Uses of Class
org.odpi.openmetadata.repositoryservices.events.OMRSTypeDefEvent
-
Packages that use OMRSTypeDefEvent Package Description org.odpi.openmetadata.repositoryservices.connectors.omrstopic org.odpi.openmetadata.repositoryservices.events -
-
Uses of OMRSTypeDefEvent in org.odpi.openmetadata.repositoryservices.connectors.omrstopic
Methods in org.odpi.openmetadata.repositoryservices.connectors.omrstopic with parameters of type OMRSTypeDefEvent Modifier and Type Method Description voidOMRSTopicListenerBase. processTypeDefEvent(OMRSTypeDefEvent typeDefEvent)Method to pass a TypeDef event received on topic.voidOMRSTopicListenerWrapper. processTypeDefEvent(OMRSTypeDefEvent event)Method to pass a TypeDef event received on topic.voidOMRSTopicRepositoryEventListener. processTypeDefEvent(OMRSTypeDefEvent event)Method to pass a TypeDef event received on topic.voidOMRSTopic. sendTypeDefEvent(OMRSTypeDefEvent event)Sends the supplied event to the topic.voidOMRSTopicConnector. sendTypeDefEvent(OMRSTypeDefEvent typeDefEvent)Send the TypeDef event to the OMRS Topic connector (providing TypeDef Events are enabled). -
Uses of OMRSTypeDefEvent in org.odpi.openmetadata.repositoryservices.events
Methods in org.odpi.openmetadata.repositoryservices.events with parameters of type OMRSTypeDefEvent Modifier and Type Method Description abstract voidOMRSTypeDefEventProcessor. sendTypeDefEvent(String sourceName, OMRSTypeDefEvent typeDefEvent)Send the TypeDef event to the OMRS Topic connector (providing TypeDef Events are enabled).voidOMRSTypeDefEventProcessorInterface. sendTypeDefEvent(String sourceName, OMRSTypeDefEvent typeDefEvent)Send the TypeDef event to the OMRS Topic connector (providing TypeDef Events are enabled).
-