Uses of Interface
io.camunda.zeebe.engine.processing.streamprocessor.writers.TypedResponseWriter
Packages that use TypedResponseWriter
Package
Description
-
Uses of TypedResponseWriter in io.camunda.zeebe.engine.processing.bpmn
Methods in io.camunda.zeebe.engine.processing.bpmn with parameters of type TypedResponseWriterModifier and TypeMethodDescriptionvoidBpmnStreamProcessor.processRecord(TypedRecord<ProcessInstanceRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of TypedResponseWriter in io.camunda.zeebe.engine.processing.bpmn.behavior
Constructors in io.camunda.zeebe.engine.processing.bpmn.behavior with parameters of type TypedResponseWriterModifierConstructorDescriptionBpmnProcessResultSenderBehavior(ZeebeState zeebeState, TypedResponseWriter responseWriter) -
Uses of TypedResponseWriter in io.camunda.zeebe.engine.processing.deployment
Methods in io.camunda.zeebe.engine.processing.deployment with parameters of type TypedResponseWriterModifier and TypeMethodDescriptionvoidDeploymentCreateProcessor.processRecord(TypedRecord<DeploymentRecord> command, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of TypedResponseWriter in io.camunda.zeebe.engine.processing.deployment.distribute
Methods in io.camunda.zeebe.engine.processing.deployment.distribute with parameters of type TypedResponseWriterModifier and TypeMethodDescriptionvoidCompleteDeploymentDistributionProcessor.processRecord(long position, TypedRecord<DeploymentDistributionRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidDeploymentDistributeProcessor.processRecord(long position, TypedRecord<DeploymentRecord> event, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of TypedResponseWriter in io.camunda.zeebe.engine.processing.incident
Methods in io.camunda.zeebe.engine.processing.incident with parameters of type TypedResponseWriterModifier and TypeMethodDescriptionvoidResolveIncidentProcessor.processRecord(TypedRecord<IncidentRecord> command, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of TypedResponseWriter in io.camunda.zeebe.engine.processing.job
Methods in io.camunda.zeebe.engine.processing.job with parameters of type TypedResponseWriterModifier and TypeMethodDescriptionvoidJobBatchActivateProcessor.processRecord(TypedRecord<JobBatchRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter) -
Uses of TypedResponseWriter in io.camunda.zeebe.engine.processing.message
Methods in io.camunda.zeebe.engine.processing.message with parameters of type TypedResponseWriterModifier and TypeMethodDescriptionvoidMessageExpireProcessor.processRecord(TypedRecord<MessageRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter) voidMessagePublishProcessor.processRecord(TypedRecord<MessageRecord> command, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidMessageSubscriptionCorrelateProcessor.processRecord(TypedRecord<MessageSubscriptionRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidMessageSubscriptionCreateProcessor.processRecord(TypedRecord<MessageSubscriptionRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidMessageSubscriptionDeleteProcessor.processRecord(TypedRecord<MessageSubscriptionRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidMessageSubscriptionRejectProcessor.processRecord(TypedRecord<MessageSubscriptionRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidProcessMessageSubscriptionCorrelateProcessor.processRecord(TypedRecord<ProcessMessageSubscriptionRecord> command, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidProcessMessageSubscriptionCreateProcessor.processRecord(TypedRecord<ProcessMessageSubscriptionRecord> command, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter) voidProcessMessageSubscriptionDeleteProcessor.processRecord(TypedRecord<ProcessMessageSubscriptionRecord> command, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter) -
Uses of TypedResponseWriter in io.camunda.zeebe.engine.processing.processinstance
Methods in io.camunda.zeebe.engine.processing.processinstance that return TypedResponseWriterMethods in io.camunda.zeebe.engine.processing.processinstance with parameters of type TypedResponseWriterModifier and TypeMethodDescriptionvoidProcessInstanceCommandProcessor.processRecord(TypedRecord<ProcessInstanceRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter) voidProcessInstanceCommandContext.setResponseWriter(TypedResponseWriter responseWriter) -
Uses of TypedResponseWriter in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type TypedResponseWriterModifier and TypeMethodDescriptionvoidCommandProcessorImpl.processRecord(TypedRecord<T> command, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) default voidTypedRecordProcessor.processRecord(long position, TypedRecord<T> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) default voidTypedRecordProcessor.processRecord(TypedRecord<T> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter) default voidTypedRecordProcessor.processRecord(TypedRecord<T> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of TypedResponseWriter in io.camunda.zeebe.engine.processing.streamprocessor.writers
Classes in io.camunda.zeebe.engine.processing.streamprocessor.writers that implement TypedResponseWriterModifier and TypeClassDescriptionfinal classfinal classMethods in io.camunda.zeebe.engine.processing.streamprocessor.writers that return TypedResponseWriterModifier and TypeMethodDescriptionWriters.response()Note:flush()must not be called on the response writer object.Constructors in io.camunda.zeebe.engine.processing.streamprocessor.writers with parameters of type TypedResponseWriterModifierConstructorDescriptionWriters(TypedStreamWriter stream, StateWriter state, TypedResponseWriter response) -
Uses of TypedResponseWriter in io.camunda.zeebe.engine.processing.timer
Methods in io.camunda.zeebe.engine.processing.timer with parameters of type TypedResponseWriterModifier and TypeMethodDescriptionvoidCancelTimerProcessor.processRecord(TypedRecord<TimerRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter) voidTriggerTimerProcessor.processRecord(TypedRecord<TimerRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffects) -
Uses of TypedResponseWriter in io.camunda.zeebe.engine.processing.variable
Methods in io.camunda.zeebe.engine.processing.variable with parameters of type TypedResponseWriterModifier and TypeMethodDescriptionvoidUpdateVariableDocumentProcessor.processRecord(TypedRecord<VariableDocumentRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter)