Interface ProcessingResponse


public interface ProcessingResponse
The response which has been created during processing, for a request which can be identified by requestId() and requestStreamId().
  • Method Details

    • requestId

      long requestId()
      Returns:
      the id which together with the stream id identifies the request
    • requestStreamId

      int requestStreamId()
      Returns:
      the id of the stream on which the request was sent, together with the request id the request can be identified
    • responseValue

      RecordBatchEntry responseValue()
      Returns:
      the value of the response which should be sent as answer of the request