Integration suite · 14 cases
Events inside real composition.
Domain subclasses, isolated hubs, namespaced topics, audit routing, lifecycle boundaries, synchronous nesting, and publisher-visible errors.
Complete Integration inventory
14- a subclass can publish state changes
- multiple instances isolate same-named topics
- namespaced topic strings remain exact
- a wildcard audit stream observes several domains
- a one-shot readiness gate coexists with persistent progress
- a request-style payload preserves callbacks by identity
- a handler can publish a second event synchronously
- a wildcard handler can route selected events
- reset provides a clean lifecycle boundary
- empty and whitespace topic names remain distinct
- unicode topic names and payloads pass through unchanged
- async handlers are invoked without delaying synchronous peers
- synchronous handler exceptions propagate to the publisher
- list supports operational introspection without exposing records