Uses of Interface
io.camunda.zeebe.engine.state.immutable.PendingMessageSubscriptionState
Packages that use PendingMessageSubscriptionState
Package
Description
-
Uses of PendingMessageSubscriptionState in io.camunda.zeebe.engine.processing.message
Constructors in io.camunda.zeebe.engine.processing.message with parameters of type PendingMessageSubscriptionStateModifierConstructorDescriptionMessageObserver(Supplier<ScheduledTaskState> scheduledTaskStateFactory, PendingMessageSubscriptionState pendingState, SubscriptionCommandSender subscriptionCommandSender, Duration messagesTtlCheckerInterval, int messagesTtlCheckerBatchLimit, boolean enableMessageTtlCheckerAsync) PendingMessageSubscriptionChecker(SubscriptionCommandSender commandSender, PendingMessageSubscriptionState state, long subscriptionTimeout) -
Uses of PendingMessageSubscriptionState in io.camunda.zeebe.engine.state
Methods in io.camunda.zeebe.engine.state that return PendingMessageSubscriptionStateModifier and TypeMethodDescriptionProcessingDbState.getPendingMessageSubscriptionState()ScheduledTaskDbState.getPendingMessageSubscriptionState() -
Uses of PendingMessageSubscriptionState in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return PendingMessageSubscriptionStateModifier and TypeMethodDescriptionProcessingState.getPendingMessageSubscriptionState()ScheduledTaskState.getPendingMessageSubscriptionState() -
Uses of PendingMessageSubscriptionState in io.camunda.zeebe.engine.state.message
Classes in io.camunda.zeebe.engine.state.message that implement PendingMessageSubscriptionState -
Uses of PendingMessageSubscriptionState in io.camunda.zeebe.engine.state.migration
Methods in io.camunda.zeebe.engine.state.migration with parameters of type PendingMessageSubscriptionStateModifier and TypeMethodDescriptionvoidDbMigrationState.migrateMessageSubscriptionSentTime(MutableMessageSubscriptionState messageSubscriptionState, PendingMessageSubscriptionState transientState) -
Uses of PendingMessageSubscriptionState in io.camunda.zeebe.engine.state.mutable
Methods in io.camunda.zeebe.engine.state.mutable with parameters of type PendingMessageSubscriptionStateModifier and TypeMethodDescriptionvoidMutableMigrationState.migrateMessageSubscriptionSentTime(MutableMessageSubscriptionState messageSubscriptionState, PendingMessageSubscriptionState transientState)