public static class ISNotifier.BaseNotificationConsumer extends Object implements GCUBEConsumer<ISNotifier.NotificationTopic,Object>
GCUBEConsumer.| Modifier and Type | Field and Description |
|---|---|
List<QName> |
notifications
List of notification to filter for this consumer
|
| Constructor and Description |
|---|
ISNotifier.BaseNotificationConsumer() |
| Modifier and Type | Method and Description |
|---|---|
<T1 extends ISNotifier.NotificationTopic,P1> |
onEvent(GCUBEEvent<T1,P1>... events)
Receives RI notification events and dispatches them to topic-specific callbacks.
|
protected void |
onNotificationReceived(ISNotifier.NotificationEvent event)
Notification event callback.
|
public <T1 extends ISNotifier.NotificationTopic,P1> void onEvent(GCUBEEvent<T1,P1>... events)
onEvent in interface GCUBEConsumer<ISNotifier.NotificationTopic,Object>T1 - the topic type.P1 - the payload type.events - the events.protected void onNotificationReceived(ISNotifier.NotificationEvent event)
event - the event.Copyright © 2015. All Rights Reserved.