| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<?> |
DOMNotificationPublishService.offerNotification(DOMNotification notification)
Deprecated.
Attempt to publish a notification.
|
com.google.common.util.concurrent.ListenableFuture<?> |
DOMNotificationPublishService.offerNotification(DOMNotification notification,
long timeout,
TimeUnit unit)
Deprecated.
Attempt to publish a notification.
|
void |
DOMNotificationListener.onNotification(DOMNotification notification)
Invoked whenever a
DOMNotification matching the subscription
criteria is received. |
com.google.common.util.concurrent.ListenableFuture<?> |
DOMNotificationPublishService.putNotification(DOMNotification notification)
Deprecated.
Publish a notification.
|
Copyright © 2019 OpenDaylight. All rights reserved.