Class CompensationSubscriptionTriggeredApplier
java.lang.Object
io.camunda.zeebe.engine.state.appliers.CompensationSubscriptionTriggeredApplier
- All Implemented Interfaces:
TypedEventApplier<CompensationSubscriptionIntent,
CompensationSubscriptionRecord>
public class CompensationSubscriptionTriggeredApplier
extends Object
implements TypedEventApplier<CompensationSubscriptionIntent,CompensationSubscriptionRecord>
-
Constructor Summary
ConstructorDescriptionCompensationSubscriptionTriggeredApplier
(MutableCompensationSubscriptionState compensationState) -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyState
(long key, CompensationSubscriptionRecord value)
-
Constructor Details
-
CompensationSubscriptionTriggeredApplier
public CompensationSubscriptionTriggeredApplier(MutableCompensationSubscriptionState compensationState)
-
-
Method Details
-
applyState
- Specified by:
applyState
in interfaceTypedEventApplier<CompensationSubscriptionIntent,
CompensationSubscriptionRecord>
-