Modifier and Type | Class and Description |
---|---|
class |
LazySerializedDOMNotification
Lazy serialized implementation of DOM Notification.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingDOMNotificationListenerAdapter.onNotification(DOMNotification notification) |
Modifier and Type | Method and Description |
---|---|
static DOMNotification |
LazySerializedDOMNotification.create(BindingNormalizedNodeSerializer codec,
Notification<?> data)
Create serializer of Binding notification data to DOM notification with specific codec.
|
Modifier and Type | Method and Description |
---|---|
@NonNull com.google.common.util.concurrent.ListenableFuture<? extends Object> |
DOMNotificationPublishService.offerNotification(@NonNull DOMNotification notification)
Attempt to publish a notification.
|
@NonNull com.google.common.util.concurrent.ListenableFuture<? extends Object> |
DOMNotificationPublishService.offerNotification(@NonNull DOMNotification notification,
long timeout,
@NonNull TimeUnit unit)
Attempt to publish a notification.
|
void |
DOMNotificationListener.onNotification(@NonNull DOMNotification notification)
Invoked whenever a
DOMNotification matching the subscription
criteria is received. |
@NonNull com.google.common.util.concurrent.ListenableFuture<? extends Object> |
DOMNotificationPublishService.putNotification(@NonNull DOMNotification notification)
Publish a notification.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Object> |
DOMNotificationRouter.offerNotification(DOMNotification notification) |
com.google.common.util.concurrent.ListenableFuture<? extends Object> |
DOMNotificationRouter.offerNotification(DOMNotification notification,
long timeout,
TimeUnit unit) |
com.google.common.util.concurrent.ListenableFuture<? extends Object> |
DOMNotificationRouter.putNotification(DOMNotification notification) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Object> |
ForwardingDOMNotificationPublishService.offerNotification(DOMNotification notification) |
com.google.common.util.concurrent.ListenableFuture<? extends Object> |
ForwardingDOMNotificationPublishService.offerNotification(DOMNotification notification,
long timeout,
TimeUnit unit) |
com.google.common.util.concurrent.ListenableFuture<? extends Object> |
ForwardingDOMNotificationPublishService.putNotification(DOMNotification notification) |
Copyright © 2019 OpenDaylight. All rights reserved.