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