public class ConnectorBase implements Connector
Base implementation of interface Connector. Connector implementations should usually extend this class.
interface ConnectorConnector.DefaultImpls| Constructor and Description |
|---|
ConnectorBase(ConnectorType connectorType)
Base implementation of
interface Connector. Connector implementations should usually extend this class. |
| Modifier and Type | Method and Description |
|---|---|
ConnectorType |
getConnectorType()
The type of the connector.
|
java.lang.String |
toString()
Returns connectorType.toString method.
|
addSuggestions, addSuggestions, getConnectorType, loadProfile, notify, refreshProfile, register, send, toConnectorMessage, unregisterpublic ConnectorBase(@NotNull
ConnectorType connectorType)
Base implementation of interface Connector. Connector implementations should usually extend this class.
connectorType - The type of the connector.interface Connector@NotNull public java.lang.String toString()
Returns connectorType.toString method.
@NotNull public ConnectorType getConnectorType()
The type of the connector.