EventCompensateSupporter
class EventCompensateSupporter(domainEventCompensator: DomainEventCompensator, stateEventCompensator: StateEventCompensator)
Supporter class that coordinates event compensation operations.
This class acts as a facade for different types of event compensators, routing compensation requests to the appropriate compensator based on the function kind.
Constructors
Link copied to clipboard
constructor(domainEventCompensator: DomainEventCompensator, stateEventCompensator: StateEventCompensator)