Class CommandApiResponseWriter

java.lang.Object
io.camunda.zeebe.broker.transport.commandapi.CommandApiResponseWriter
All Implemented Interfaces:
AsyncApiRequestHandler.ResponseWriter, BufferWriter

public class CommandApiResponseWriter extends Object implements AsyncApiRequestHandler.ResponseWriter
This is a no-op response writer. The reason for this is that the command API does not write a response directly, instead it relies on the engine to eventually write the response.