Interface MutableProcessingState
- All Superinterfaces:
ProcessingState,StreamProcessorLifecycleAware
- All Known Implementing Classes:
ProcessingDbState
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface io.camunda.zeebe.engine.state.immutable.ProcessingState
getPartitionId, isEmptyMethods inherited from interface io.camunda.zeebe.stream.api.StreamProcessorLifecycleAware
onClose, onFailed, onPaused, onRecovered, onResumed
-
Method Details
-
getDeploymentState
MutableDeploymentState getDeploymentState()- Specified by:
getDeploymentStatein interfaceProcessingState
-
getProcessState
MutableProcessState getProcessState()- Specified by:
getProcessStatein interfaceProcessingState
-
getJobState
MutableJobState getJobState()- Specified by:
getJobStatein interfaceProcessingState
-
getMessageState
MutableMessageState getMessageState()- Specified by:
getMessageStatein interfaceProcessingState
-
getMessageSubscriptionState
MutableMessageSubscriptionState getMessageSubscriptionState()- Specified by:
getMessageSubscriptionStatein interfaceProcessingState
-
getMessageStartEventSubscriptionState
MutableMessageStartEventSubscriptionState getMessageStartEventSubscriptionState()- Specified by:
getMessageStartEventSubscriptionStatein interfaceProcessingState
-
getProcessMessageSubscriptionState
MutableProcessMessageSubscriptionState getProcessMessageSubscriptionState()- Specified by:
getProcessMessageSubscriptionStatein interfaceProcessingState
-
getIncidentState
MutableIncidentState getIncidentState()- Specified by:
getIncidentStatein interfaceProcessingState
-
getBlackListState
MutableBlackListState getBlackListState()- Specified by:
getBlackListStatein interfaceProcessingState
-
getVariableState
MutableVariableState getVariableState()- Specified by:
getVariableStatein interfaceProcessingState
-
getTimerState
MutableTimerInstanceState getTimerState()- Specified by:
getTimerStatein interfaceProcessingState
-
getElementInstanceState
MutableElementInstanceState getElementInstanceState()- Specified by:
getElementInstanceStatein interfaceProcessingState
-
getEventScopeInstanceState
MutableEventScopeInstanceState getEventScopeInstanceState()- Specified by:
getEventScopeInstanceStatein interfaceProcessingState
-
getDecisionState
MutableDecisionState getDecisionState()- Specified by:
getDecisionStatein interfaceProcessingState
-
getSignalSubscriptionState
MutableSignalSubscriptionState getSignalSubscriptionState()- Specified by:
getSignalSubscriptionStatein interfaceProcessingState
-
getDistributionState
MutableDistributionState getDistributionState()- Specified by:
getDistributionStatein interfaceProcessingState
-
getMigrationState
MutableMigrationState getMigrationState() -
getPendingMessageSubscriptionState
MutablePendingMessageSubscriptionState getPendingMessageSubscriptionState() -
getPendingProcessMessageSubscriptionState
MutablePendingProcessMessageSubscriptionState getPendingProcessMessageSubscriptionState() -
getKeyGenerator
KeyGenerator getKeyGenerator()
-