public final class EventSourceTopic extends Object implements org.opendaylight.mdsal.binding.api.DataTreeChangeListener<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>, AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
static EventSourceTopic |
create(NotificationPattern notificationPattern,
String nodeIdRegexPattern,
EventSourceTopology eventSourceTopology) |
Pattern |
getNodeIdRegexPattern() |
TopicId |
getTopicId() |
void |
notifyNode(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> nodeId) |
void |
onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>> changes) |
public static EventSourceTopic create(NotificationPattern notificationPattern, String nodeIdRegexPattern, EventSourceTopology eventSourceTopology)
public TopicId getTopicId()
public void onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>> changes)
onDataTreeChanged
in interface org.opendaylight.mdsal.binding.api.DataTreeChangeListener<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>
public void notifyNode(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> nodeId)
public Pattern getNodeIdRegexPattern()
public void close()
close
in interface AutoCloseable
Copyright © 2019 OpenDaylight. All rights reserved.