Uses of Interface
io.camunda.zeebe.engine.state.mutable.MutablePendingMessageSubscriptionState
Packages that use MutablePendingMessageSubscriptionState
Package
Description
-
Uses of MutablePendingMessageSubscriptionState in io.camunda.zeebe.engine.processing.message
Constructors in io.camunda.zeebe.engine.processing.message with parameters of type MutablePendingMessageSubscriptionStateModifierConstructorDescriptionMessageObserver(MessageState messageState, MutablePendingMessageSubscriptionState pendingState, SubscriptionCommandSender subscriptionCommandSender, Duration messagesTtlCheckerInterval, int messagesTtlCheckerBatchLimit, boolean enableMessageTtlCheckerAsync) PendingMessageSubscriptionChecker(SubscriptionCommandSender commandSender, MutablePendingMessageSubscriptionState transientState, long subscriptionTimeout) -
Uses of MutablePendingMessageSubscriptionState in io.camunda.zeebe.engine.state
Methods in io.camunda.zeebe.engine.state that return MutablePendingMessageSubscriptionState -
Uses of MutablePendingMessageSubscriptionState in io.camunda.zeebe.engine.state.message
Classes in io.camunda.zeebe.engine.state.message that implement MutablePendingMessageSubscriptionState -
Uses of MutablePendingMessageSubscriptionState in io.camunda.zeebe.engine.state.migration
Methods in io.camunda.zeebe.engine.state.migration with parameters of type MutablePendingMessageSubscriptionStateModifier and TypeMethodDescriptionvoidDbMigrationState.migrateMessageSubscriptionSentTime(MutableMessageSubscriptionState messageSubscriptionState, MutablePendingMessageSubscriptionState transientState) -
Uses of MutablePendingMessageSubscriptionState in io.camunda.zeebe.engine.state.mutable
Methods in io.camunda.zeebe.engine.state.mutable that return MutablePendingMessageSubscriptionStateMethods in io.camunda.zeebe.engine.state.mutable with parameters of type MutablePendingMessageSubscriptionStateModifier and TypeMethodDescriptionvoidMutableMigrationState.migrateMessageSubscriptionSentTime(MutableMessageSubscriptionState messageSubscriptionState, MutablePendingMessageSubscriptionState transientState)