NoOpDomainEventBus
No-operation implementation of DomainEventBus.
This implementation provides a no-op (no operation) domain event bus that discards all sent messages and returns empty streams for receive operations. Useful for testing or when event publishing is disabled.
See also
Functions
Link copied to clipboard
Receives domain event streams but returns an empty flux.
Link copied to clipboard
Creates a single message source with an explicit transport readiness boundary.
Link copied to clipboard
Creates the message source owned by a me.ahoo.wow.runtime.WowRuntime dispatcher.
Link copied to clipboard
Sends a domain event stream but performs no operation.