| Class | Description |
|---|---|
| Connect |
Message to be sent in order to establish a new "streaming" connection via
StreamingActor. |
| ResponsePublished |
Simple event which signals that a response (regular response or error) was published.
|
| 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). |
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.