Modifier and Type | Method and Description |
---|---|
ConnectionStrategyServerConnector |
ConfigurationDependentFactory.getConnectionStrategyServerConnector()
Returns the server side part / connector of the configured connection strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionStrategyServerConnectorAdapter
ConnectionStrategyServerConnectorAdapter is an abstract default implementation of ConnectionStrategyServerConnector
and offers some general methods for the internal operation which can be useful for various connection strategies. |
Modifier and Type | Class and Description |
---|---|
class |
LongPollingServerConnector
The
LongPollingServerConnector implements
the long-polling event listen method. |
Modifier and Type | Class and Description |
---|---|
class |
StreamingServerConnector
The
StreamingServerConnector implements
the streaming event listen method. |
Modifier and Type | Method and Description |
---|---|
List<DomainEvent> |
EventRegistry.listen(ConnectionStrategyServerConnector aServerEventListener,
String aUserId)
The listen method returns all events for the user (events for all domains where the user is registered and user
specific events).
|
List<DomainEvent> |
DefaultEventRegistry.listen(ConnectionStrategyServerConnector aServerEventListener,
String aUserId)
The listen method returns all events for the user (events for all domains where the user is registered and user
specific events).
|
Copyright © 2012. All Rights Reserved.