public class ConnectorState extends AbstractState
| Constructor and Description |
|---|
ConnectorState(java.lang.String state,
java.lang.String workerId,
java.lang.String traceMessage)
Provides an instance of the ConnectorState.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
equals, hashCode, state, traceMessage, workerIdpublic ConnectorState(java.lang.String state,
java.lang.String workerId,
java.lang.String traceMessage)
state - - the status of connector, may not be null or emptyworkerId - - the workerId associated with the connector, may not be null or emptytraceMessage - - any error message associated with the connector, may be null or empty