public class ActivationRecordConsumer
extends org.gcube.common.core.informationsystem.notifier.ISNotifier.BaseNotificationConsumer
ISNotifier.BaseNotificationConsumer of events that relate to activation records in a given scope.| Constructor and Description |
|---|
ActivationRecordConsumer(org.gcube.common.core.scope.GCUBEScope scope)
Creates an instance for a given scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onNewActivationRecord(ActivationRecord record)
Self-stage with the payload of a new activation record that was not broadcasted by this
running instance.
|
void |
onNotificationReceived(org.gcube.common.core.informationsystem.notifier.ISNotifier.NotificationEvent event) |
public ActivationRecordConsumer(org.gcube.common.core.scope.GCUBEScope scope)
scope - the scope.public void onNotificationReceived(org.gcube.common.core.informationsystem.notifier.ISNotifier.NotificationEvent event)
onNotificationReceived in class org.gcube.common.core.informationsystem.notifier.ISNotifier.BaseNotificationConsumerpublic void onNewActivationRecord(ActivationRecord record)
record - the record.Copyright © 2014. All Rights Reserved.