Class MessageObserver
java.lang.Object
io.camunda.zeebe.engine.processing.message.MessageObserver
- All Implemented Interfaces:
StreamProcessorLifecycleAware
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMessageObserver
(Supplier<ScheduledTaskState> scheduledTaskStateFactory, PendingMessageSubscriptionState pendingState, SubscriptionCommandSender subscriptionCommandSender, Duration messagesTtlCheckerInterval, int messagesTtlCheckerBatchLimit, boolean enableMessageTtlCheckerAsync) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.camunda.zeebe.stream.api.StreamProcessorLifecycleAware
onClose, onFailed, onPaused, onResumed
-
Field Details
-
SUBSCRIPTION_TIMEOUT
-
SUBSCRIPTION_CHECK_INTERVAL
-
-
Constructor Details
-
MessageObserver
public MessageObserver(Supplier<ScheduledTaskState> scheduledTaskStateFactory, PendingMessageSubscriptionState pendingState, SubscriptionCommandSender subscriptionCommandSender, Duration messagesTtlCheckerInterval, int messagesTtlCheckerBatchLimit, boolean enableMessageTtlCheckerAsync)
-
-
Method Details
-
onRecovered
- Specified by:
onRecovered
in interfaceStreamProcessorLifecycleAware
-