Class MessageSubscriptionRejectedApplier
java.lang.Object
io.camunda.zeebe.engine.state.appliers.MessageSubscriptionRejectedApplier
- All Implemented Interfaces:
TypedEventApplier<MessageSubscriptionIntent,
MessageSubscriptionRecord>
public final class MessageSubscriptionRejectedApplier
extends Object
implements TypedEventApplier<MessageSubscriptionIntent,MessageSubscriptionRecord>
-
Constructor Summary
ConstructorsConstructorDescriptionMessageSubscriptionRejectedApplier
(MutableMessageState messageState, MutableMessageSubscriptionState subscriptionState) -
Method Summary
-
Constructor Details
-
MessageSubscriptionRejectedApplier
public MessageSubscriptionRejectedApplier(MutableMessageState messageState, MutableMessageSubscriptionState subscriptionState)
-
-
Method Details
-
applyState
- Specified by:
applyState
in interfaceTypedEventApplier<MessageSubscriptionIntent,
MessageSubscriptionRecord>
-