Uses of Class
org.eclipse.ditto.services.gateway.streaming.StreamingSessionIdentifier
-
Packages that use StreamingSessionIdentifier Package Description org.eclipse.ditto.services.gateway.streaming -
-
Uses of StreamingSessionIdentifier in org.eclipse.ditto.services.gateway.streaming
Methods in org.eclipse.ditto.services.gateway.streaming that return StreamingSessionIdentifier Modifier and Type Method Description static StreamingSessionIdentifierStreamingSessionIdentifier. of(CharSequence streamingSessionIdentifier)Creates a new StreamingSessionIdentifier of the passed CharSequence already containing the delimiter "_-_" delimiting clientSessionId and serverSessionId.static StreamingSessionIdentifierStreamingSessionIdentifier. of(CharSequence clientSessionId, CharSequence serverSessionId)Creates a new StreamingSessionIdentifier of the passedclientSessionIdandserverSessionId.
-