public static interface ConnectorModel.ConnectorModelSource
ConnectorModelSource
interface is used to allow registered connectors to be accessed by calling ConnectorModel.getConnectorModel(...)
,
while decoupling the ConnectorModel
from the connector registry.Modifier and Type | Method and Description |
---|---|
ConnectorModel |
getConnectorModel(ConnectorFactoryContext context,
java.lang.String type,
java.lang.String subType,
int version) |
ConnectorModel getConnectorModel(ConnectorFactoryContext context, java.lang.String type, java.lang.String subType, int version)