Wow
Toggle table of contents
5.21.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-compensation-core
/
me.ahoo.wow.compensation.core
Package-level
declarations
Types
Types
Compensation
Event
Processor
Link copied to clipboard
@
EventProcessor
class
CompensationEventProcessor
(
eventCompensateSupporter
:
EventCompensateSupporter
)
Compensation
Filter
Link copied to clipboard
@
Order
(
after
=
[
EventHandledNotifierFilter::class
,
SagaHandledNotifierFilter::class
,
ProjectedNotifierFilter::class
]
,
before
=
[
RetryableFilter::class
]
)
class
CompensationFilter
(
commandBus
:
CommandBus
)
:
ExchangeFilter
<
DomainEventExchange
<
*
>
>