public final class StartStreaming extends Object
StreamingType via a "streaming" connection.| Constructor and Description |
|---|
StartStreaming(StreamingType streamingType,
String connectionCorrelationId,
org.eclipse.ditto.model.base.auth.AuthorizationContext authorizationContext)
Constructs a new
StartStreaming instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.eclipse.ditto.model.base.auth.AuthorizationContext |
getAuthorizationContext() |
String |
getConnectionCorrelationId() |
StreamingType |
getStreamingType() |
int |
hashCode() |
String |
toString() |
public StartStreaming(StreamingType streamingType, String connectionCorrelationId, org.eclipse.ditto.model.base.auth.AuthorizationContext authorizationContext)
StartStreaming instance.streamingType - the type of entity to start the streaming for.connectionCorrelationId - the correlationId of the connection/session.authorizationContext - the AuthorizationContext of the connection/session.public StreamingType getStreamingType()
public String getConnectionCorrelationId()
public org.eclipse.ditto.model.base.auth.AuthorizationContext getAuthorizationContext()
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.