Interface StreamResponse

All Superinterfaces:
BufferReader, BufferWriter
All Known Implementing Classes:
AddStreamResponse, ErrorResponse, PushStreamResponse, RemoveStreamResponse

public interface StreamResponse extends BufferReader, BufferWriter
Generic response type for all stream topics listed in StreamTopics
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The expected template ID of this response type, used for deserialization

    Methods inherited from interface io.camunda.zeebe.util.buffer.BufferReader

    copyFrom, wrap

    Methods inherited from interface io.camunda.zeebe.util.buffer.BufferWriter

    getLength, write
  • Method Details

    • templateId

      int templateId()
      The expected template ID of this response type, used for deserialization