@AllParametersAndReturnValuesAreNonnullByDefault
See: Description
| Class | Description |
|---|---|
| CommandSubscriber |
Actor handling
Commands by forwarding it to an passed in delegateActor applying backpressure. |
| EventAndResponsePublisher |
Actor publishing
Events and CommandResponses which were sent to him applying backpressure if
necessary. |
| StreamingActor |
Parent Actor for
StreamingSessionActors delegating most of the messages to a specific session. |
| Enum | Description |
|---|---|
| StreamingActor.Control |
Control messages to send in the same actor system.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.