Interface RemoteStreamInfo<M>


public interface RemoteStreamInfo<M>
Represents non-aggregated metadata
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A logical representation of a globally unique stream ID
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the list of possible payload consumers
    The stream's metadata, used for aggregation and by consumers of the API
    org.agrona.DirectBuffer
    The stream's type identifier, used for aggregation
  • Method Details

    • 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