| Interface | Description |
|---|---|
| ConnectorService |
| Class | Description |
|---|---|
| BlockingConnectorService<CONFIG extends ConnectorConfig,CONNECTION extends ConnectorConnection> |
Parent class for all Connector Services.
|
| NonBlockingConnectorService<CONFIG extends ConnectorConfig,CONNECTION extends ConnectorConnection,PAYLOAD,ATTRIBUTES> |
Implementation of
BlockingConnectorService that adds the CompletionCallback to itself, allowing only methods
in this class that return the same payload type and attributes type. |
Copyright © 2018. All rights reserved.