Modifier and Type | Class and Description |
---|---|
class |
LazySerializedDOMNotification
Lazy serialized implementation of DOM Notification.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<?> |
DOMNotificationPublishService.offerNotification(DOMNotification notification)
Attempt to publish a notification.
|
com.google.common.util.concurrent.ListenableFuture<?> |
DOMNotificationPublishService.offerNotification(DOMNotification notification,
long timeout,
TimeUnit unit)
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)
Publish a notification.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<?> |
DOMNotificationRouter.offerNotification(DOMNotification notification) |
com.google.common.util.concurrent.ListenableFuture<?> |
DOMNotificationRouter.offerNotification(DOMNotification notification,
long timeout,
TimeUnit unit) |
com.google.common.util.concurrent.ListenableFuture<?> |
DOMNotificationRouter.putNotification(DOMNotification notification) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<?> |
ForwardingDOMNotificationPublishService.offerNotification(DOMNotification notification) |
com.google.common.util.concurrent.ListenableFuture<?> |
ForwardingDOMNotificationPublishService.offerNotification(DOMNotification notification,
long timeout,
TimeUnit unit) |
com.google.common.util.concurrent.ListenableFuture<?> |
ForwardingDOMNotificationPublishService.putNotification(DOMNotification notification) |
Modifier and Type | Class and Description |
---|---|
class |
TopicDOMNotification |
Copyright © 2019 OpenDaylight. All rights reserved.