Uses of Interface
org.eclipse.ditto.services.gateway.streaming.StreamingConfig
-
Packages that use StreamingConfig Package Description org.eclipse.ditto.services.gateway.streaming org.eclipse.ditto.services.gateway.streaming.actors Actors for streaming of websocket messages. -
-
Uses of StreamingConfig in org.eclipse.ditto.services.gateway.streaming
Classes in org.eclipse.ditto.services.gateway.streaming that implement StreamingConfig Modifier and Type Class Description classDefaultStreamingConfigThis class is the default implementation of the streaming config.Methods in org.eclipse.ditto.services.gateway.streaming that return StreamingConfig Modifier and Type Method Description static StreamingConfigDefaultStreamingConfig. of(com.typesafe.config.Config config)Returns an instance ofDefaultStreamingConfigbased on the settings of the specified Config. -
Uses of StreamingConfig in org.eclipse.ditto.services.gateway.streaming.actors
Methods in org.eclipse.ditto.services.gateway.streaming.actors with parameters of type StreamingConfig Modifier and Type Method Description static akka.actor.PropsStreamingActor. props(DittoProtocolSub dittoProtocolSub, akka.actor.ActorRef commandRouter, JwtAuthenticationFactory jwtAuthenticationFactory, StreamingConfig streamingConfig)Creates Akka configuration object Props for this StreamingActor.
-