Uses of Interface
io.camunda.zeebe.engine.processing.streamprocessor.writers.LegacyTypedResponseWriter
Packages that use LegacyTypedResponseWriter
Package
Description
-
Uses of LegacyTypedResponseWriter in io.camunda.zeebe.engine
Methods in io.camunda.zeebe.engine that return LegacyTypedResponseWriterConstructors in io.camunda.zeebe.engine with parameters of type LegacyTypedResponseWriterModifierConstructorDescriptionEngineContext(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, LegacyTypedStreamWriter streamWriter, LegacyTypedResponseWriter responseWriter, Function<MutableZeebeState, EventApplier> eventApplierFactory, TypedRecordProcessorFactory typedRecordProcessorFactory) -
Uses of LegacyTypedResponseWriter in io.camunda.zeebe.engine.processing.bpmn
Methods in io.camunda.zeebe.engine.processing.bpmn with parameters of type LegacyTypedResponseWriterModifier and TypeMethodDescriptionvoidBpmnStreamProcessor.processRecord(TypedRecord<ProcessInstanceRecord> record, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of LegacyTypedResponseWriter in io.camunda.zeebe.engine.processing.deployment
Methods in io.camunda.zeebe.engine.processing.deployment with parameters of type LegacyTypedResponseWriterModifier and TypeMethodDescriptionvoidDeploymentCreateProcessor.processRecord(TypedRecord<DeploymentRecord> command, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of LegacyTypedResponseWriter in io.camunda.zeebe.engine.processing.incident
Methods in io.camunda.zeebe.engine.processing.incident with parameters of type LegacyTypedResponseWriterModifier and TypeMethodDescriptionvoidResolveIncidentProcessor.processRecord(TypedRecord<IncidentRecord> command, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of LegacyTypedResponseWriter in io.camunda.zeebe.engine.processing.job
Methods in io.camunda.zeebe.engine.processing.job with parameters of type LegacyTypedResponseWriterModifier and TypeMethodDescriptionvoidJobBatchActivateProcessor.processRecord(TypedRecord<JobBatchRecord> record, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter) -
Uses of LegacyTypedResponseWriter in io.camunda.zeebe.engine.processing.message
Methods in io.camunda.zeebe.engine.processing.message with parameters of type LegacyTypedResponseWriterModifier and TypeMethodDescriptionvoidMessageExpireProcessor.processRecord(TypedRecord<MessageRecord> record, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter) voidMessagePublishProcessor.processRecord(TypedRecord<MessageRecord> command, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidMessageSubscriptionCorrelateProcessor.processRecord(TypedRecord<MessageSubscriptionRecord> record, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidMessageSubscriptionCreateProcessor.processRecord(TypedRecord<MessageSubscriptionRecord> record, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidMessageSubscriptionDeleteProcessor.processRecord(TypedRecord<MessageSubscriptionRecord> record, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidMessageSubscriptionRejectProcessor.processRecord(TypedRecord<MessageSubscriptionRecord> record, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidProcessMessageSubscriptionCorrelateProcessor.processRecord(TypedRecord<ProcessMessageSubscriptionRecord> command, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter) voidProcessMessageSubscriptionCreateProcessor.processRecord(TypedRecord<ProcessMessageSubscriptionRecord> command, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter) voidProcessMessageSubscriptionDeleteProcessor.processRecord(TypedRecord<ProcessMessageSubscriptionRecord> command, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter) -
Uses of LegacyTypedResponseWriter in io.camunda.zeebe.engine.processing.processinstance
Methods in io.camunda.zeebe.engine.processing.processinstance that return LegacyTypedResponseWriterMethods in io.camunda.zeebe.engine.processing.processinstance with parameters of type LegacyTypedResponseWriterModifier and TypeMethodDescriptionvoidProcessInstanceCommandProcessor.processRecord(TypedRecord<ProcessInstanceRecord> record, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter) voidProcessInstanceCommandContext.setResponseWriter(LegacyTypedResponseWriter responseWriter) -
Uses of LegacyTypedResponseWriter in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type LegacyTypedResponseWriterModifier and TypeMethodDescriptionvoidCommandProcessorImpl.processRecord(TypedRecord<T> command, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) default voidTypedRecordProcessor.processRecord(long position, TypedRecord<T> record, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) default voidTypedRecordProcessor.processRecord(TypedRecord<T> record, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter) default voidTypedRecordProcessor.processRecord(TypedRecord<T> record, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of LegacyTypedResponseWriter in io.camunda.zeebe.engine.processing.streamprocessor.writers
Classes in io.camunda.zeebe.engine.processing.streamprocessor.writers that implement LegacyTypedResponseWriterModifier and TypeClassDescriptionfinal classfinal class -
Uses of LegacyTypedResponseWriter in io.camunda.zeebe.engine.processing.timer
Methods in io.camunda.zeebe.engine.processing.timer with parameters of type LegacyTypedResponseWriterModifier and TypeMethodDescriptionvoidCancelTimerProcessor.processRecord(TypedRecord<TimerRecord> record, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter) voidTriggerTimerProcessor.processRecord(TypedRecord<TimerRecord> record, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffects) -
Uses of LegacyTypedResponseWriter in io.camunda.zeebe.engine.processing.variable
Methods in io.camunda.zeebe.engine.processing.variable with parameters of type LegacyTypedResponseWriterModifier and TypeMethodDescriptionvoidUpdateVariableDocumentProcessor.processRecord(TypedRecord<VariableDocumentRecord> record, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter)