Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.eventsourcing.state
/
SendStateEventFilter
Send
State
Event
Filter
@
Order
(
value
=
2147483647
,
after
=
[
SendDomainEventStreamFilter::class
]
)
class
SendStateEventFilter
(
stateEventBus
:
StateEventBus
)
:
ExchangeFilter
<
ServerCommandExchange
<
*
>
>
Members
Constructors
Send
State
Event
Filter
Link copied to clipboard
constructor
(
stateEventBus
:
StateEventBus
)
Functions
filter
Link copied to clipboard
open
override
fun
filter
(
exchange
:
ServerCommandExchange
<
*
>
,
next
:
FilterChain
<
ServerCommandExchange
<
*
>
>
)
:
Mono
<
Void
>