Interface Summary |
BusLifecycleListener |
Errai's ClientMessageBus has three conceptual states in its
lifecycle: local only, connecting, and connected. |
BusMonitor |
|
CallableFuture<T> |
A CallableFuture is something that can be used to reply to an RPC call asynchronously. |
ClientMessageBus |
An extended client-specific/in-browser interface of MessageBus , which defines client-specific functionality. |
HasEncoded |
This interface indicates to the bus whether or not the Message being routed already contains a pre-built JSON
encoding. |
QueueSession |
The combination of a communication channel (identified by an HTTPSession or other communication session, such as an
open WebSocket channel) with an Errai Bus queue ID. |
SessionEndListener |
Callback interface for receiving notifications when QueueSession s end. |
SubscribeListener |
Callback interface for receiving notifications when a new subscription is
registered on the bus. |
Subscription |
|
TransportError |
A class representing the details of a network/transport error on the bus. |
TransportErrorHandler |
A transport error handler is used for handling errors which arise from network communication problems between the
client bus and the remote server bus. |
UnsubscribeListener |
Callback interface for receiving notifications when a subscription is
de-registered on the bus. |