Skip navigation links
A C E F G H I O P R S T 

A

ACTOR_NAME - Static variable in class org.eclipse.ditto.services.gateway.streaming.actors.StreamingActor
The name of this Actor.

C

CommandSubscriber - Class in org.eclipse.ditto.services.gateway.streaming.actors
Actor handling Commands by forwarding it to an passed in delegateActor applying backpressure.
Connect - Class in org.eclipse.ditto.services.gateway.streaming
Message to be sent in order to establish a new "streaming" connection via StreamingActor.
Connect(ActorRef, String, String) - Constructor for class org.eclipse.ditto.services.gateway.streaming.Connect
Constructs a new Connect instance.
createReceive() - Method in class org.eclipse.ditto.services.gateway.streaming.actors.CommandSubscriber
 
createReceive() - Method in class org.eclipse.ditto.services.gateway.streaming.actors.EventAndResponsePublisher
 
createReceive() - Method in class org.eclipse.ditto.services.gateway.streaming.actors.StreamingActor
 

E

equals(Object) - Method in class org.eclipse.ditto.services.gateway.streaming.Connect
 
equals(Object) - Method in class org.eclipse.ditto.services.gateway.streaming.StartStreaming
 
equals(Object) - Method in class org.eclipse.ditto.services.gateway.streaming.StopStreaming
 
equals(Object) - Method in class org.eclipse.ditto.services.gateway.streaming.StreamingAck
 
EventAndResponsePublisher - Class in org.eclipse.ditto.services.gateway.streaming.actors
Actor publishing Events and CommandResponses which were sent to him applying backpressure if necessary.

F

fromJson(JsonObject) - Static method in class org.eclipse.ditto.services.gateway.streaming.StreamingAck
Creates a new StreamingAck message from a JSON object.

G

getAuthorizationContext() - Method in class org.eclipse.ditto.services.gateway.streaming.StartStreaming
 
getConnectionCorrelationId() - Method in class org.eclipse.ditto.services.gateway.streaming.Connect
 
getConnectionCorrelationId() - Method in class org.eclipse.ditto.services.gateway.streaming.StartStreaming
 
getConnectionCorrelationId() - Method in class org.eclipse.ditto.services.gateway.streaming.StopStreaming
 
getCorrelationId() - Method in class org.eclipse.ditto.services.gateway.streaming.ResponsePublished
 
getEventAndResponsePublisher() - Method in class org.eclipse.ditto.services.gateway.streaming.Connect
 
getStreamingType() - Method in class org.eclipse.ditto.services.gateway.streaming.StartStreaming
 
getStreamingType() - Method in class org.eclipse.ditto.services.gateway.streaming.StopStreaming
 
getStreamingType() - Method in class org.eclipse.ditto.services.gateway.streaming.StreamingAck
 
getType() - Method in class org.eclipse.ditto.services.gateway.streaming.Connect
 

H

hashCode() - Method in class org.eclipse.ditto.services.gateway.streaming.Connect
 
hashCode() - Method in class org.eclipse.ditto.services.gateway.streaming.StartStreaming
 
hashCode() - Method in class org.eclipse.ditto.services.gateway.streaming.StopStreaming
 
hashCode() - Method in class org.eclipse.ditto.services.gateway.streaming.StreamingAck
 

I

isSubscribed() - Method in class org.eclipse.ditto.services.gateway.streaming.StreamingAck
 

O

org.eclipse.ditto.services.gateway.streaming - package org.eclipse.ditto.services.gateway.streaming
 
org.eclipse.ditto.services.gateway.streaming.actors - package org.eclipse.ditto.services.gateway.streaming.actors
 

P

props(ActorRef, int, EventStream) - Static method in class org.eclipse.ditto.services.gateway.streaming.actors.CommandSubscriber
Creates Akka configuration object Props for this CommandSubscriber.
props(int) - Static method in class org.eclipse.ditto.services.gateway.streaming.actors.EventAndResponsePublisher
Creates Akka configuration object Props for this EventAndResponsePublisher.
props(ActorRef, ActorRef) - Static method in class org.eclipse.ditto.services.gateway.streaming.actors.StreamingActor
Creates Akka configuration object Props for this StreamingActor.

R

requestStrategy() - Method in class org.eclipse.ditto.services.gateway.streaming.actors.CommandSubscriber
 
ResponsePublished - Class in org.eclipse.ditto.services.gateway.streaming
Simple event which signals that a response (regular response or error) was published.
ResponsePublished(String) - Constructor for class org.eclipse.ditto.services.gateway.streaming.ResponsePublished
 

S

StartStreaming - Class in org.eclipse.ditto.services.gateway.streaming
Message indicating a demand to receive entities of a specified StreamingType via a "streaming" connection.
StartStreaming(StreamingType, String, AuthorizationContext) - Constructor for class org.eclipse.ditto.services.gateway.streaming.StartStreaming
Constructs a new StartStreaming instance.
StopStreaming - Class in org.eclipse.ditto.services.gateway.streaming
Message indicating a demand to receive entities of a specified StreamingType via a "streaming" connection.
StopStreaming(StreamingType, String) - Constructor for class org.eclipse.ditto.services.gateway.streaming.StopStreaming
Constructs a new StopStreaming instance.
StreamingAck - Class in org.eclipse.ditto.services.gateway.streaming
Send for acknowledging that a subscription in the cluster for a StreamingType was either subscribed to (StreamingAck.subscribed is true) or unsubscribed from (StreamingAck.subscribed is false).
StreamingAck(StreamingType, boolean) - Constructor for class org.eclipse.ditto.services.gateway.streaming.StreamingAck
Constructs a new acknowledge for when a subscription in the cluster was added/removed.
StreamingActor - Class in org.eclipse.ditto.services.gateway.streaming.actors
Parent Actor for StreamingSessionActors delegating most of the messages to a specific session.
supervisorStrategy() - Method in class org.eclipse.ditto.services.gateway.streaming.actors.StreamingActor
 

T

toJson() - Method in class org.eclipse.ditto.services.gateway.streaming.StreamingAck
 
toJson(JsonSchemaVersion, Predicate<JsonField>) - Method in class org.eclipse.ditto.services.gateway.streaming.StreamingAck
 
toString() - Method in class org.eclipse.ditto.services.gateway.streaming.Connect
 
toString() - Method in class org.eclipse.ditto.services.gateway.streaming.StartStreaming
 
toString() - Method in class org.eclipse.ditto.services.gateway.streaming.StopStreaming
 
toString() - Method in class org.eclipse.ditto.services.gateway.streaming.StreamingAck
 
A C E F G H I O P R S T 
Skip navigation links

Copyright © 2017–2018 Eclipse Foundation. All rights reserved.