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.
|
state, traceMessage, workerId
public 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