Uses of Class
org.eclipse.ditto.services.gateway.streaming.actors.SupervisedStream.WithQueue
-
Packages that use SupervisedStream.WithQueue Package Description org.eclipse.ditto.services.gateway.streaming.actors Actors for streaming of websocket messages. -
-
Uses of SupervisedStream.WithQueue in org.eclipse.ditto.services.gateway.streaming.actors
Methods in org.eclipse.ditto.services.gateway.streaming.actors that return types with arguments of type SupervisedStream.WithQueue Modifier and Type Method Description static akka.stream.javadsl.Source<SessionedJsonifiable,SupervisedStream.WithQueue>SupervisedStream. sourceQueue(int queueSize)Create a source queue that materializes an additional value for supervision.
-