| Package | Description | 
|---|---|
| org.opendaylight.controller.md.sal.dom.api | |
| org.opendaylight.controller.md.sal.dom.broker.impl | |
| org.opendaylight.controller.md.sal.dom.spi | 
| 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)Invoked whenever a  DOMNotificationmatching the subscription
 criteria is received. | 
| @NonNull com.google.common.util.concurrent.ListenableFuture<?> | DOMNotificationPublishService. putNotification(@NonNull DOMNotification notification)Deprecated.  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) | 
Copyright © 2019 OpenDaylight. All rights reserved.