Uses of Interface
io.camunda.zeebe.engine.state.mutable.MutableMessageSubscriptionState
Packages that use MutableMessageSubscriptionState
Package
Description
-
Uses of MutableMessageSubscriptionState in io.camunda.zeebe.engine.state
Methods in io.camunda.zeebe.engine.state that return MutableMessageSubscriptionState -
Uses of MutableMessageSubscriptionState in io.camunda.zeebe.engine.state.appliers
Constructors in io.camunda.zeebe.engine.state.appliers with parameters of type MutableMessageSubscriptionStateModifierConstructorDescriptionMessageSubscriptionCorrelatedApplier(MutableMessageSubscriptionState messageSubscriptionState) MessageSubscriptionCorrelatingApplier(MutableMessageSubscriptionState messageSubscriptionState, MutableMessageState messageState) MessageSubscriptionCreatedApplier(MutableMessageSubscriptionState subscriptionState) MessageSubscriptionDeletedApplier(MutableMessageSubscriptionState subscriptionState) -
Uses of MutableMessageSubscriptionState in io.camunda.zeebe.engine.state.message
Classes in io.camunda.zeebe.engine.state.message that implement MutableMessageSubscriptionState -
Uses of MutableMessageSubscriptionState in io.camunda.zeebe.engine.state.migration
Methods in io.camunda.zeebe.engine.state.migration with parameters of type MutableMessageSubscriptionStateModifier and TypeMethodDescriptionvoidDbMigrationState.migrateMessageSubscriptionSentTime(MutableMessageSubscriptionState messageSubscriptionState, MutablePendingMessageSubscriptionState transientState) -
Uses of MutableMessageSubscriptionState in io.camunda.zeebe.engine.state.mutable
Methods in io.camunda.zeebe.engine.state.mutable that return MutableMessageSubscriptionStateMethods in io.camunda.zeebe.engine.state.mutable with parameters of type MutableMessageSubscriptionStateModifier and TypeMethodDescriptionvoidMutableMigrationState.migrateMessageSubscriptionSentTime(MutableMessageSubscriptionState messageSubscriptionState, MutablePendingMessageSubscriptionState transientState)