| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.connectors.omrstopic |
| Modifier and Type | Class and Description |
|---|---|
class |
OMRSTopicListenerBase
OMRSTopicListenerBase provides a base class for a topic listener so it only needs to
override the methods for the events it cares about.
|
class |
OMRSTopicListenerWrapper
OMRSTopicListenerWrapper is a class that wraps a real OMRSTopicListener when it registers with the
OMRSTopicConnector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSTopicConnector.registerListener(OMRSTopicListener topicListener)
Deprecated.
|
void |
OMRSTopic.registerListener(OMRSTopicListener newListener)
Deprecated.
|
void |
OMRSTopicConnector.registerListener(OMRSTopicListener topicListener,
String serviceName)
Register a listener object.
|
void |
OMRSTopic.registerListener(OMRSTopicListener newListener,
String serviceName)
Register a listener object.
|
Copyright © 2018–2020 ODPi. All rights reserved.