Uses of Interface
io.camunda.zeebe.engine.api.CommandResponseWriter
Packages that use CommandResponseWriter
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of CommandResponseWriter in io.camunda.zeebe.engine.api
Methods in io.camunda.zeebe.engine.api 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) -
Uses of CommandResponseWriter in io.camunda.zeebe.streamprocessor
Methods in io.camunda.zeebe.streamprocessor that return CommandResponseWriterMethods in io.camunda.zeebe.streamprocessor with parameters of type CommandResponseWriterModifier and TypeMethodDescriptionStreamProcessorBuilder.commandResponseWriter(CommandResponseWriter commandResponseWriter) StreamProcessorContext.commandResponseWriter(CommandResponseWriter commandResponseWriter)