Uses of Interface
io.camunda.zeebe.engine.state.mutable.MutableProcessMessageSubscriptionState
Packages that use MutableProcessMessageSubscriptionState
Package
Description
-
Uses of MutableProcessMessageSubscriptionState in io.camunda.zeebe.engine.state
Methods in io.camunda.zeebe.engine.state that return MutableProcessMessageSubscriptionState -
Uses of MutableProcessMessageSubscriptionState in io.camunda.zeebe.engine.state.appliers
Constructors in io.camunda.zeebe.engine.state.appliers with parameters of type MutableProcessMessageSubscriptionStateModifierConstructorDescriptionProcessMessageSubscriptionCorrelatedApplier(MutableProcessMessageSubscriptionState subscriptionState) ProcessMessageSubscriptionCreatedApplier(MutableProcessMessageSubscriptionState subscriptionState) ProcessMessageSubscriptionCreatingApplier(MutableProcessMessageSubscriptionState subscriptionState) ProcessMessageSubscriptionDeletedApplier(MutableProcessMessageSubscriptionState subscriptionState) -
Uses of MutableProcessMessageSubscriptionState in io.camunda.zeebe.engine.state.message
Classes in io.camunda.zeebe.engine.state.message that implement MutableProcessMessageSubscriptionState -
Uses of MutableProcessMessageSubscriptionState in io.camunda.zeebe.engine.state.migration
Methods in io.camunda.zeebe.engine.state.migration with parameters of type MutableProcessMessageSubscriptionStateModifier and TypeMethodDescriptionvoidDbMigrationState.migrateProcessMessageSubscriptionSentTime(MutableProcessMessageSubscriptionState persistentState, PendingProcessMessageSubscriptionState transientState) -
Uses of MutableProcessMessageSubscriptionState in io.camunda.zeebe.engine.state.mutable
Methods in io.camunda.zeebe.engine.state.mutable that return MutableProcessMessageSubscriptionStateMethods in io.camunda.zeebe.engine.state.mutable with parameters of type MutableProcessMessageSubscriptionStateModifier and TypeMethodDescriptionvoidMutableMigrationState.migrateProcessMessageSubscriptionSentTime(MutableProcessMessageSubscriptionState persistentSate, PendingProcessMessageSubscriptionState transientState)