Package io.camunda.zeebe.transport.stream.api
package io.camunda.zeebe.transport.stream.api
-
ClassDescriptionClientStream<M>Represents a consumer of a stream which can consume data pushed from the server.ClientStreamer<M extends BufferWriter>Allows to add and remove client streams.ID of a registered client streamClientStreamService<M extends BufferWriter>Manages an instance of
ClientStreamer.ARemoteStreamis a unidirectional stream from the Broker to a Gateway.ARemoteStreamerallows to push data back to a single gateway (any).Allows consumers of this API to specify error handling logic when a payload cannot be pushed out.Represents non-aggregated metadataA logical representation of a globally unique stream IDA remote stream service that manages streams from the Gateways.