| Package | Description |
|---|---|
| org.eclipse.ditto.services.gateway.streaming | |
| org.eclipse.ditto.services.gateway.streaming.actors |
Actors for streaming of websocket messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStreamingConfig
This class is the default implementation of the streaming config.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamingConfig |
DefaultStreamingConfig.of(com.typesafe.config.Config config)
Returns an instance of
DefaultStreamingConfig based on the settings of the specified Config. |
| Modifier and Type | Method and Description |
|---|---|
static akka.actor.Props |
StreamingActor.props(DittoProtocolSub dittoProtocolSub,
akka.actor.ActorRef commandRouter,
JwtAuthenticationFactory jwtAuthenticationFactory,
StreamingConfig streamingConfig)
Creates Akka configuration object Props for this StreamingActor.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.