Class TopicIntegratorConnector
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.Connector
org.odpi.openmetadata.frameworks.connectors.ConnectorBase
org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase
org.odpi.openmetadata.integrationservices.topic.connector.TopicIntegratorConnector
- All Implemented Interfaces:
org.odpi.openmetadata.frameworks.auditlog.AuditLoggingComponent,org.odpi.openmetadata.frameworks.connectors.SecureConnectorExtension,org.odpi.openmetadata.frameworks.connectors.VirtualConnectorExtension,org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnector,TopicIntegratorOMISConnector
public abstract class TopicIntegratorConnector
extends org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase
implements TopicIntegratorOMISConnector
TopicIntegratorConnector is the base class for an integration connector that is managed by the
Topic Integrator OMIS.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the context for this connector.voidsetContext(TopicIntegratorContext context) Set up the context for this connector.Methods inherited from class org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase
disconnect, engage, getConnectorComponentDescription, setAuditLog, setConnectorName, setContext, startMethods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
equals, getConnectedAssetProperties, getConnection, getConnectorInstanceId, hashCode, initialize, initializeConnectedAssetProperties, initializeEmbeddedConnectors, initializeSecretsStoreConnector, isActive, toStringMethods inherited from class org.odpi.openmetadata.frameworks.connectors.Connector
clearStatisticProperty, clearStatisticTimestamp, getConnectorStatistics, getStatisticCounter, getStatisticProperty, getStatisticTimestamp, incrementStatisticCounter, initializeStatisticCounter, setStatisticProperty, setStatisticTimestampMethods inherited from interface org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnector
refreshMethods inherited from interface org.odpi.openmetadata.frameworks.connectors.VirtualConnectorExtension
initializeEmbeddedConnectors
-
Constructor Details
-
TopicIntegratorConnector
public TopicIntegratorConnector()
-
-
Method Details
-
setContext
Set up the context for this connector. It is called by the context manager.- Parameters:
context- context for this connector's private use.
-
getContext
public TopicIntegratorContext getContext() throws org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedExceptionReturn the context for this connector. It is called by the connector.- Returns:
- context for this connector's private use.
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException- internal issue setting up context
-