public static final class BacklogStat.StreamCompositeKey extends Object
| Constructor and Description |
|---|
StreamCompositeKey(int sessionId,
int streamId,
String channel)
Construct a key to represent a unique stream.
|
public StreamCompositeKey(int sessionId,
int streamId,
String channel)
sessionId - for the stream.streamId - for the stream within a channel.channel - as a URI.public int sessionId()
public int streamId()
public String channel()
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.