CONFIG - The ConnectorConfig handled by the connector.CONNECTION - The ConnectorConnection handled by the connector.public class BlockingConnectorService<CONFIG extends ConnectorConfig,CONNECTION extends ConnectorConnection> extends Object implements ConnectorService
| Constructor and Description |
|---|
BlockingConnectorService(CONFIG config,
CONNECTION connection)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected CONFIG |
getConfig()
Gets the config.
|
protected CONNECTION |
getConnection()
Gets the connection.
|
public BlockingConnectorService(CONFIG config, CONNECTION connection)
config - The ConnectorConfig handled by the connector.connection - The ConnectorConnection handled by the connector.protected CONFIG getConfig()
protected CONNECTION getConnection()
Copyright © 2018. All rights reserved.