SendDomainEventStreamFilter

Constructors

Link copied to clipboard
constructor(domainEventBus: DomainEventBus)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun filter(exchange: ServerCommandExchange<*>, next: FilterChain<ServerCommandExchange<*>>): Mono<Void>

Processes the message exchange and optionally calls the next filter in the chain.