public static final class StreamStat.StreamCompositeKey extends Object
| Constructor and Description |
|---|
StreamCompositeKey(int sessionId,
int streamId,
String channel)
Construct a new key representing a unique stream.
|
public StreamCompositeKey(int sessionId,
int streamId,
String channel)
sessionId - to identify the stream.streamId - 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.