Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.messaging.handler
/
ExchangeFilter
Exchange
Filter
fun
interface
ExchangeFilter
<
T
:
MessageExchange
<
*
,
*
>
>
:
Filter
<
T
>
Inheritors
AbstractNotifierFilter
DomainEventFunctionFilter
SnapshotFunctionFilter
SendStateEventFilter
RetryableFilter
AggregateProcessorFilter
SendDomainEventStreamFilter
Members
Functions
filter
Link copied to clipboard
abstract
override
fun
filter
(
exchange
:
T
,
next
:
FilterChain
<
T
>
)
:
Mono
<
Void
>