Modifier and Type | Method and Description |
---|---|
void |
DefaultClientConnector.listen(EventNotification anEventNotification,
AsyncCallback<List<DomainEvent>> aCallback)
The listen method implements the listen / connection strategy to receive occurred events.
|
void |
ConnectionStrategyClientConnector.listen(EventNotification anEventNotification,
AsyncCallback<List<DomainEvent>> aCallback)
The listen method implements the listen / connection strategy to receive occurred events.
|
Modifier and Type | Method and Description |
---|---|
protected abstract DomainEvent |
DefaultStreamingClientConnector.deserializeEvent(String anEvent)
That de-serialization method has to be implemented by the extending implementation to de-serialize occurred events.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultStreamingClientConnector.listen(EventNotification anEventNotification,
AsyncCallback<List<DomainEvent>> aCallback)
The listen method implements the listen / connection strategy to receive occurred events.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDomainEvent
A
DomainEvent is a container and contains an event and the domain where the event has occurred. |
Modifier and Type | Method and Description |
---|---|
int |
DefaultDomainEvent.compareTo(DomainEvent aDomainEvent) |
Modifier and Type | Method and Description |
---|---|
void |
EventNotification.onNotify(DomainEvent aDomainEvent)
That method will be called when a new event is arriving.
|
Modifier and Type | Method and Description |
---|---|
List<DomainEvent> |
EventService.listen()
The listen method returns all events for the user (events for all domains where the user is registered and user
specific events).
|
Modifier and Type | Method and Description |
---|---|
void |
EventServiceAsync.listen(AsyncCallback<List<DomainEvent>> async)
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.