Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.EventBrokerProperties
-
Packages that use EventBrokerProperties Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.properties org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of EventBrokerProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type EventBrokerProperties Modifier and Type Method Description StringMetadataSourceInterface. createEventBroker(String userId, String externalSourceGUID, String externalSourceName, EventBrokerProperties eventBrokerProperties)Create information about the integration daemon that is managing the acquisition of metadata from the data manager. -
Uses of EventBrokerProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type EventBrokerProperties Constructor Description EventBrokerProperties(EventBrokerProperties template)Copy/clone constructor. -
Uses of EventBrokerProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of EventBrokerProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classEventBrokerRequestBodyEventBrokerRequestBody describes the basic properties of a event broker's software server capability.Constructors in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type EventBrokerProperties Constructor Description EventBrokerRequestBody(EventBrokerProperties template)Copy/clone constructor.
-