Class MessageObserver
java.lang.Object
io.camunda.zeebe.engine.processing.message.MessageObserver
- All Implemented Interfaces:
StreamProcessorLifecycleAware
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMessageObserver(MessageState messageState, MutablePendingMessageSubscriptionState pendingState, SubscriptionCommandSender subscriptionCommandSender) -
Method Summary
Modifier and TypeMethodDescriptionvoidCallback after reprocessing was successful and before regular processing beginsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.engine.api.StreamProcessorLifecycleAware
onClose, onFailed, onPaused, onResumed
-
Field Details
-
MESSAGE_TIME_TO_LIVE_CHECK_INTERVAL
-
SUBSCRIPTION_TIMEOUT
-
SUBSCRIPTION_CHECK_INTERVAL
-
-
Constructor Details
-
MessageObserver
public MessageObserver(MessageState messageState, MutablePendingMessageSubscriptionState pendingState, SubscriptionCommandSender subscriptionCommandSender)
-
-
Method Details
-
onRecovered
Description copied from interface:StreamProcessorLifecycleAwareCallback after reprocessing was successful and before regular processing begins- Specified by:
onRecoveredin interfaceStreamProcessorLifecycleAware
-