Class CloseWorkflowInstanceSubscription
- java.lang.Object
-
- io.zeebe.engine.processing.message.CloseWorkflowInstanceSubscription
-
- All Implemented Interfaces:
StreamProcessorLifecycleAware,TypedRecordProcessor<WorkflowInstanceSubscriptionRecord>
public final class CloseWorkflowInstanceSubscription extends Object implements TypedRecordProcessor<WorkflowInstanceSubscriptionRecord>
-
-
Field Summary
Fields Modifier and Type Field Description static StringNO_SUBSCRIPTION_FOUND_MESSAGE
-
Constructor Summary
Constructors Constructor Description CloseWorkflowInstanceSubscription(WorkflowInstanceSubscriptionState subscriptionState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessRecord(TypedRecord<WorkflowInstanceSubscriptionRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.zeebe.engine.processing.streamprocessor.StreamProcessorLifecycleAware
onClose, onFailed, onPaused, onRecovered, onResumed
-
Methods inherited from interface io.zeebe.engine.processing.streamprocessor.TypedRecordProcessor
processRecord, processRecord
-
-
-
-
Field Detail
-
NO_SUBSCRIPTION_FOUND_MESSAGE
public static final String NO_SUBSCRIPTION_FOUND_MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CloseWorkflowInstanceSubscription
public CloseWorkflowInstanceSubscription(WorkflowInstanceSubscriptionState subscriptionState)
-
-
Method Detail
-
processRecord
public void processRecord(TypedRecord<WorkflowInstanceSubscriptionRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter)
- Specified by:
processRecordin interfaceTypedRecordProcessor<WorkflowInstanceSubscriptionRecord>- See Also:
TypedRecordProcessor.processRecord(TypedRecord, TypedResponseWriter, TypedStreamWriter, Consumer)
-
-