Uses of Interface
io.zeebe.engine.processing.streamprocessor.writers.CommandResponseWriter
-
Packages that use CommandResponseWriter Package Description io.zeebe.engine.processing.streamprocessor io.zeebe.engine.processing.streamprocessor.writers -
-
Uses of CommandResponseWriter in io.zeebe.engine.processing.streamprocessor
Methods in io.zeebe.engine.processing.streamprocessor that return CommandResponseWriter Modifier and Type Method Description CommandResponseWriterProcessingContext. getCommandResponseWriter()CommandResponseWriterReadonlyProcessingContext. getCommandResponseWriter()Methods in io.zeebe.engine.processing.streamprocessor with parameters of type CommandResponseWriter Modifier and Type Method Description ProcessingContextProcessingContext. commandResponseWriter(CommandResponseWriter commandResponseWriter)StreamProcessorBuilderStreamProcessorBuilder. commandResponseWriter(CommandResponseWriter commandResponseWriter) -
Uses of CommandResponseWriter in io.zeebe.engine.processing.streamprocessor.writers
Methods in io.zeebe.engine.processing.streamprocessor.writers that return CommandResponseWriter Modifier and Type Method Description CommandResponseWriterCommandResponseWriter. intent(Intent intent)CommandResponseWriterCommandResponseWriter. key(long key)CommandResponseWriterCommandResponseWriter. partitionId(int partitionId)CommandResponseWriterCommandResponseWriter. recordType(RecordType type)CommandResponseWriterCommandResponseWriter. rejectionReason(org.agrona.DirectBuffer rejectionReason)CommandResponseWriterCommandResponseWriter. rejectionType(RejectionType rejectionType)CommandResponseWriterCommandResponseWriter. valueType(ValueType valueType)CommandResponseWriterCommandResponseWriter. valueWriter(BufferWriter value)Constructors in io.zeebe.engine.processing.streamprocessor.writers with parameters of type CommandResponseWriter Constructor Description TypedResponseWriterImpl(CommandResponseWriter writer, int partitionId)
-