Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.EventBusConfig
-
Packages that use EventBusConfig Package Description org.odpi.openmetadata.adminservices.configuration.properties The properties package provides the configuration properties for the different subsystems that run inside the Open Metadata and Governance (OMAG) Platform.org.odpi.openmetadata.adminservices.rest These are the beans that wrap request bodies and responses on the REST API. -
-
Uses of EventBusConfig in org.odpi.openmetadata.adminservices.configuration.properties
Methods in org.odpi.openmetadata.adminservices.configuration.properties that return EventBusConfig Modifier and Type Method Description EventBusConfigOMAGServerConfig. getEventBusConfig()Set up the information used to create connections to an event bus.Methods in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type EventBusConfig Modifier and Type Method Description voidOMAGServerConfig. setEventBusConfig(EventBusConfig eventBusConfig)Set up the information used to create connections to an event bus.Constructors in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type EventBusConfig Constructor Description EventBusConfig(EventBusConfig template)Copy/clone constructor -
Uses of EventBusConfig in org.odpi.openmetadata.adminservices.rest
Methods in org.odpi.openmetadata.adminservices.rest that return EventBusConfig Modifier and Type Method Description EventBusConfigEventBusConfigResponse. getConfig()Return the config object.Methods in org.odpi.openmetadata.adminservices.rest with parameters of type EventBusConfig Modifier and Type Method Description voidEventBusConfigResponse. setConfig(EventBusConfig config)Set up the config object.
-