| Class | Description |
|---|---|
| Connect |
Message to be sent in order to establish a new "streaming" connection via
StreamingActor. |
| StartStreaming |
Message indicating a demand to receive entities of a specified
StreamingType via a "streaming" connection. |
| StopStreaming |
Message indicating a demand to receive entities of a specified
StreamingType via a "streaming" connection. |
| StreamingAck |
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). |
| Enum | Description |
|---|---|
| StreamingType |
Enumeration of the different types which can be streamed in the Gateway (e.g.
|
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.