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