Uses of Class
org.odpi.openmetadata.repositoryservices.events.OMRSRegistryEvent
-
Packages that use OMRSRegistryEvent Package Description org.odpi.openmetadata.repositoryservices.connectors.omrstopic -
-
Uses of OMRSRegistryEvent in org.odpi.openmetadata.repositoryservices.connectors.omrstopic
Methods in org.odpi.openmetadata.repositoryservices.connectors.omrstopic with parameters of type OMRSRegistryEvent Modifier and Type Method Description voidOMRSTopicListener. processRegistryEvent(OMRSRegistryEvent event)Method to pass a Registry event received on topic.voidOMRSTopicListenerBase. processRegistryEvent(OMRSRegistryEvent registryEvent)Method to pass a Registry event received on topic.voidOMRSTopicListenerWrapper. processRegistryEvent(OMRSRegistryEvent event)Method to pass a Registry event received on topic.voidOMRSTopic. sendRegistryEvent(OMRSRegistryEvent event)Sends the supplied event to the topic.voidOMRSTopicConnector. sendRegistryEvent(OMRSRegistryEvent registryEvent)Send the registry event to the OMRS Topic connector and manage errors
-