Uses of Interface
org.eclipse.ditto.services.gateway.streaming.actors.SupervisedStream
-
Packages that use SupervisedStream Package Description org.eclipse.ditto.services.gateway.streaming.actors Actors for streaming of websocket messages. -
-
Uses of SupervisedStream in org.eclipse.ditto.services.gateway.streaming.actors
Methods in org.eclipse.ditto.services.gateway.streaming.actors that return SupervisedStream Modifier and Type Method Description SupervisedStreamSupervisedStream.WithQueue. getSupervisedStream()Methods in org.eclipse.ditto.services.gateway.streaming.actors with parameters of type SupervisedStream Modifier and Type Method Description voidStreamSupervisor. supervise(SupervisedStream supervisedStream, CharSequence correlationId, org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)Supervises the given WebSocket actor.
-