Class EventSourceTopic
- java.lang.Object
-
- org.opendaylight.controller.messagebus.app.impl.EventSourceTopic
-
- All Implemented Interfaces:
AutoCloseable
,EventListener
,DataTreeChangeListener<Node>
@Deprecated(forRemoval=true) public final class EventSourceTopic extends Object implements DataTreeChangeListener<Node>, AutoCloseable
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
close()
Deprecated, for removal: This API element is subject to removal in a future version.static EventSourceTopic
create(NotificationPattern notificationPattern, String nodeIdRegexPattern, EventSourceTopology eventSourceTopology)
Deprecated, for removal: This API element is subject to removal in a future version.Pattern
getNodeIdRegexPattern()
Deprecated, for removal: This API element is subject to removal in a future version.TopicId
getTopicId()
Deprecated, for removal: This API element is subject to removal in a future version.void
notifyNode(InstanceIdentifier<?> nodeId)
Deprecated, for removal: This API element is subject to removal in a future version.void
onDataTreeChanged(Collection<DataTreeModification<Node>> changes)
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opendaylight.mdsal.binding.api.DataTreeChangeListener
onInitialData
-
-
-
-
Method Detail
-
create
public static EventSourceTopic create(NotificationPattern notificationPattern, String nodeIdRegexPattern, EventSourceTopology eventSourceTopology)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getTopicId
public TopicId getTopicId()
Deprecated, for removal: This API element is subject to removal in a future version.
-
onDataTreeChanged
public void onDataTreeChanged(Collection<DataTreeModification<Node>> changes)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
onDataTreeChanged
in interfaceDataTreeChangeListener<Node>
-
notifyNode
public void notifyNode(InstanceIdentifier<?> nodeId)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getNodeIdRegexPattern
public Pattern getNodeIdRegexPattern()
Deprecated, for removal: This API element is subject to removal in a future version.
-
close
public void close()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
close
in interfaceAutoCloseable
-
-