Interface RemoteStreamInfo.RemoteStreamId

Enclosing interface:
RemoteStreamInfo<M>

public static interface RemoteStreamInfo.RemoteStreamId
A logical representation of a globally unique stream ID
  • Method Summary

    Modifier and Type
    Method
    Description
    The target receiver for any messages pushed onto the stream
    The stream's ID on as known by the receiver
  • Method Details

    • streamId

      UUID streamId()
      The stream's ID on as known by the receiver
    • receiver

      MemberId receiver()
      The target receiver for any messages pushed onto the stream