public class ConnectorState extends AbstractState
Constructor and Description |
---|
ConnectorState(String state,
String workerId,
String traceMessage)
Provides an instance of the ConnectorState.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode, state, traceMessage, workerId
public ConnectorState(String state, String workerId, 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