toggle menu
Wow
3.16.8
jvm
switch theme
search in API
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
>