Interface StreamResponse
- All Superinterfaces:
BufferReader,BufferWriter
- All Known Implementing Classes:
AddStreamResponse,ErrorResponse,PushStreamResponse,RemoveStreamResponse
Generic response type for all stream topics listed in
StreamTopics-
Method Summary
Modifier and TypeMethodDescriptionintThe expected template ID of this response type, used for deserializationMethods inherited from interface io.camunda.zeebe.util.buffer.BufferReader
copyFrom, wrapMethods 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
-