-
public final class StartSessionOptions
-
-
Constructor Summary
Constructors Constructor Description StartSessionOptions(Channel channel, String sessionId, String data)
-
Method Summary
Modifier and Type Method Description final ChannelgetChannel()final StringgetSessionId()Existing session id to resume; null for a new session. final StringgetData()Optional consumer-defined raw JSON forwarded as dataon the wire.-
-
Method Detail
-
getChannel
final Channel getChannel()
-
getSessionId
final String getSessionId()
Existing session id to resume; null for a new session.
-
-
-
-