Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.compensation
/
CompensationAutoConfiguration
Compensation
Auto
Configuration
@
AutoConfiguration
@
EnableConfigurationProperties
(
value
=
[
CompensationProperties::class
]
)
class
CompensationAutoConfiguration
Members
Constructors
Compensation
Auto
Configuration
Link copied to clipboard
constructor
(
)
Functions
compensation
Event
Processor
Link copied to clipboard
@
Bean
fun
compensationEventProcessor
(
eventCompensateSupporter
:
EventCompensateSupporter
)
:
CompensationEventProcessor
compensation
Filter
Link copied to clipboard
@
Bean
fun
compensationFilter
(
commandGateway
:
CommandGateway
)
:
CompensationFilter
event
Compensate
Supporter
Link copied to clipboard
@
Bean
fun
eventCompensateSupporter
(
domainEventCompensator
:
DomainEventCompensator
,
stateEventCompensator
:
StateEventCompensator
)
:
EventCompensateSupporter