Uses of Class
org.eclipse.ditto.services.gateway.streaming.actors.StreamingSession
-
Packages that use StreamingSession Package Description org.eclipse.ditto.services.gateway.streaming.actors Actors for streaming of websocket messages. -
-
Uses of StreamingSession in org.eclipse.ditto.services.gateway.streaming.actors
Methods in org.eclipse.ditto.services.gateway.streaming.actors that return types with arguments of type StreamingSession Modifier and Type Method Description Optional<StreamingSession>SessionedJsonifiable. getSession()Retrieve the streaming session if this is a signal and has an associated session.Methods in org.eclipse.ditto.services.gateway.streaming.actors with parameters of type StreamingSession Modifier and Type Method Description static SessionedJsonifiableSessionedJsonifiable. signal(org.eclipse.ditto.signals.base.Signal<?> signal, org.eclipse.ditto.model.base.headers.DittoHeaders sessionHeaders, StreamingSession session)Create a sessioned Jsonifiable for a signal.
-