Interface RemoteStreamInfo<M>
public interface RemoteStreamInfo<M>
Represents non-aggregated metadata
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA logical representation of a globally unique stream ID -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of possible payload consumersmetadata()The stream's metadata, used for aggregation and by consumers of the APIorg.agrona.DirectBufferThe stream's type identifier, used for aggregation
-
Method Details
-
consumers
Collection<RemoteStreamInfo.RemoteStreamId> consumers()Returns the list of possible payload consumers -
streamType
org.agrona.DirectBuffer streamType()The stream's type identifier, used for aggregation -
metadata
M metadata()The stream's metadata, used for aggregation and by consumers of the API
-