Package | Description |
---|---|
de.novanic.eventservice.client.connection.strategy.connector | |
de.novanic.eventservice.client.connection.strategy.connector.streaming |
Modifier and Type | Method and Description |
---|---|
void |
RemoteEventConnector.activate(Domain aDomain,
EventFilter anEventFilter,
EventNotification anEventNotification,
AsyncCallback<Void> aCallback)
Activates the connector for the domain.
|
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 |
---|---|
void |
DefaultStreamingClientConnector.listen(EventNotification anEventNotification,
AsyncCallback<List<DomainEvent>> aCallback)
The listen method implements the listen / connection strategy to receive occurred events.
|
Copyright © 2012. All Rights Reserved.