@AllParametersAndReturnValuesAreNonnullByDefault
| Interface | Description |
|---|---|
| StreamControlMessage |
Supertype of messages that control websocket streaming.
|
| StreamingConfig |
Provides configuration settings of general gateway streaming functionality.
|
| WebsocketConfig |
Provides configuration settings of the web socket endpoint.
|
| Class | Description |
|---|---|
| CloseStreamExceptionally |
Command for triggering the closing of a streaming connection (e.
|
| Connect |
Message to be sent in order to establish a new "streaming" connection via
StreamingActor. |
| DefaultStreamingConfig |
This class is the default implementation of the streaming config.
|
| InvalidJwtToken |
Simple event which signals that a send JWT was invalid.
|
| JwtToken |
Simple event which holds a JWT in string format.
|
| RefreshSession |
Simple event which signals that a websocket session should be refreshed.
|
| 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). |
| Enum | Description |
|---|---|
| StreamingConfig.StreamingConfigValue |
An enumeration of the known config path expressions and their associated default values for
StreamingConfig. |
| WebsocketConfig.WebsocketConfigValue |
An enumeration of the known config path expressions and their associated default values for
WebSocketConfig. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.