Package org.apache.kafka.connect.health
Class ConnectorState
java.lang.Object
org.apache.kafka.connect.health.AbstractState
org.apache.kafka.connect.health.ConnectorState
Describes the status, worker ID, and any errors associated with a connector.
- 
Constructor SummaryConstructorsConstructorDescriptionConnectorState(String state, String workerId, String traceMessage) Provides an instance of the ConnectorState.
- 
Method SummaryMethods inherited from class org.apache.kafka.connect.health.AbstractStateequals, hashCode, state, traceMessage, workerId
- 
Constructor Details- 
ConnectorStateProvides an instance of the ConnectorState.- Parameters:
- state- - the status of connector, may not be- nullor empty
- workerId- - the workerId associated with the connector, may not be- nullor empty
- traceMessage- - any error message associated with the connector, may be- nullor empty
 
 
- 
- 
Method Details