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
  1. a subclass can publish state changes
  2. multiple instances isolate same-named topics
  3. namespaced topic strings remain exact
  4. a wildcard audit stream observes several domains
  5. a one-shot readiness gate coexists with persistent progress
  6. a request-style payload preserves callbacks by identity
  7. a handler can publish a second event synchronously
  8. a wildcard handler can route selected events
  9. reset provides a clean lifecycle boundary
  10. empty and whitespace topic names remain distinct
  11. unicode topic names and payloads pass through unchanged
  12. async handlers are invoked without delaying synchronous peers
  13. synchronous handler exceptions propagate to the publisher
  14. list supports operational introspection without exposing records