Uses of Class
org.odpi.openmetadata.repositoryservices.events.OMRSEventProtocolVersion
-
Packages that use OMRSEventProtocolVersion Package Description org.odpi.openmetadata.repositoryservices.connectors.omrstopic org.odpi.openmetadata.repositoryservices.events -
-
Uses of OMRSEventProtocolVersion in org.odpi.openmetadata.repositoryservices.connectors.omrstopic
Methods in org.odpi.openmetadata.repositoryservices.connectors.omrstopic with parameters of type OMRSEventProtocolVersion Modifier and Type Method Description voidOMRSTopic. setEventProtocolLevel(OMRSEventProtocolVersion eventProtocolVersion)Set up the version of the protocol to use for events.voidOMRSTopicConnector. setEventProtocolLevel(OMRSEventProtocolVersion eventProtocolVersion)Set up the version of the protocol to use for events. -
Uses of OMRSEventProtocolVersion in org.odpi.openmetadata.repositoryservices.events
Methods in org.odpi.openmetadata.repositoryservices.events that return OMRSEventProtocolVersion Modifier and Type Method Description static OMRSEventProtocolVersionOMRSEventProtocolVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static OMRSEventProtocolVersion[]OMRSEventProtocolVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-