Class AssetOwnerOutTopicServerConnector
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.Connector
org.odpi.openmetadata.frameworks.connectors.ConnectorBase
org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicConsumerBase
org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicSenderConnectorBase
org.odpi.openmetadata.accessservices.assetowner.connectors.outtopic.AssetOwnerOutTopicServerConnector
- All Implemented Interfaces:
org.odpi.openmetadata.frameworks.auditlog.AuditLoggingComponent,org.odpi.openmetadata.frameworks.connectors.SecureConnectorExtension,org.odpi.openmetadata.frameworks.connectors.VirtualConnectorExtension
public class AssetOwnerOutTopicServerConnector
extends org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicSenderConnectorBase
AssetOwnerOutTopicServerConnector is the java implementation of the
the server side connector that send events to the Asset Owner OMAS's OutTopic.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendEvent(org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent event) Send the request to the embedded event bus connector(s).Methods inherited from class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicConsumerBase
disconnect, getConnectorComponentDescription, initializeEmbeddedConnectors, setAuditLog, startMethods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
equals, getConnectedAssetProperties, getConnection, getConnectorInstanceId, hashCode, initialize, initializeConnectedAssetProperties, initializeSecretsStoreConnector, isActive, toStringMethods inherited from class org.odpi.openmetadata.frameworks.connectors.Connector
clearStatisticProperty, clearStatisticTimestamp, getConnectorStatistics, getStatisticCounter, getStatisticProperty, getStatisticTimestamp, incrementStatisticCounter, initializeStatisticCounter, setStatisticProperty, setStatisticTimestamp
-
Constructor Details
-
AssetOwnerOutTopicServerConnector
public AssetOwnerOutTopicServerConnector()
-
-
Method Details
-
sendEvent
public void sendEvent(org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent event) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException Send the request to the embedded event bus connector(s).- Parameters:
event- event object- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- the event is nullorg.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException- there is a problem with the embedded event bus connector(s).
-