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