Uses of Interface
org.odpi.openmetadata.repositoryservices.connectors.omrstopic.OMRSTopicListener
-
Packages that use OMRSTopicListener Package Description org.odpi.openmetadata.repositoryservices.connectors.omrstopic -
-
Uses of OMRSTopicListener in org.odpi.openmetadata.repositoryservices.connectors.omrstopic
Classes in org.odpi.openmetadata.repositoryservices.connectors.omrstopic that implement OMRSTopicListener Modifier and Type Class Description classOMRSTopicListenerBaseOMRSTopicListenerBase provides a base class for a topic listener so it only needs to override the methods for the events it cares about.classOMRSTopicListenerWrapperOMRSTopicListenerWrapper is a class that wraps a real OMRSTopicListener when it registers with the OMRSTopicConnector.Methods in org.odpi.openmetadata.repositoryservices.connectors.omrstopic with parameters of type OMRSTopicListener Modifier and Type Method Description voidOMRSTopic. registerListener(OMRSTopicListener newListener)Deprecated.voidOMRSTopic. registerListener(OMRSTopicListener newListener, String serviceName)Register a listener object.voidOMRSTopicConnector. registerListener(OMRSTopicListener topicListener)Deprecated.voidOMRSTopicConnector. registerListener(OMRSTopicListener topicListener, String serviceName)Register a listener object.
-