Uses of Interface
org.odpi.openmetadata.repositoryservices.connectors.omrstopic.OMRSTopicRepositoryEventListener
-
Packages that use OMRSTopicRepositoryEventListener Package Description org.odpi.openmetadata.repositoryservices.connectors.omrstopic -
-
Uses of OMRSTopicRepositoryEventListener in org.odpi.openmetadata.repositoryservices.connectors.omrstopic
Subinterfaces of OMRSTopicRepositoryEventListener in org.odpi.openmetadata.repositoryservices.connectors.omrstopic Modifier and Type Interface Description interfaceOMRSTopicListenerOMRSTopicListener defines the interface that a listener must implement in order to receive events from the OMRSTopicConnector.Classes in org.odpi.openmetadata.repositoryservices.connectors.omrstopic that implement OMRSTopicRepositoryEventListener 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 OMRSTopicRepositoryEventListener Modifier and Type Method Description voidOMRSTopic. registerListener(OMRSTopicRepositoryEventListener newListener, String serviceName)Register a listener object.voidOMRSTopicConnector. registerListener(OMRSTopicRepositoryEventListener topicListener, String serviceName)Register a listener object.
-