Uses of Interface
io.camunda.zeebe.engine.processing.streamprocessor.writers.CommandResponseWriter
Packages that use CommandResponseWriter
Package
Description
-
Uses of CommandResponseWriter in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor that return CommandResponseWriterMethods in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type CommandResponseWriterModifier and TypeMethodDescriptionProcessingContext.commandResponseWriter(CommandResponseWriter commandResponseWriter) StreamProcessorBuilder.commandResponseWriter(CommandResponseWriter commandResponseWriter) -
Uses of CommandResponseWriter in io.camunda.zeebe.engine.processing.streamprocessor.writers
Methods in io.camunda.zeebe.engine.processing.streamprocessor.writers that return CommandResponseWriterModifier and TypeMethodDescriptionCommandResponseWriter.key(long key) CommandResponseWriter.partitionId(int partitionId) CommandResponseWriter.recordType(RecordType type) CommandResponseWriter.rejectionReason(org.agrona.DirectBuffer rejectionReason) CommandResponseWriter.rejectionType(RejectionType rejectionType) CommandResponseWriter.valueWriter(BufferWriter value) Constructors in io.camunda.zeebe.engine.processing.streamprocessor.writers with parameters of type CommandResponseWriterModifierConstructorDescriptionTypedResponseWriterImpl(CommandResponseWriter writer, int partitionId)