| Interface | Description | 
|---|---|
| ConnectClusterDetails | 
 Provides immutable Connect cluster information, such as the ID of the backing Kafka cluster. 
 | 
| ConnectClusterState | 
 Provides the ability to lookup connector metadata, including status and configurations, as well
 as immutable cluster information such as Kafka cluster ID. 
 | 
| Class | Description | 
|---|---|
| AbstractState | 
 Provides the current status along with identifier for Connect worker and tasks. 
 | 
| ConnectorHealth | 
 Provides basic health information about the connector and its tasks. 
 | 
| ConnectorState | 
 Describes the status, worker ID, and any errors associated with a connector. 
 | 
| TaskState | 
 Describes the state, IDs, and any errors of a connector task. 
 | 
| Enum | Description | 
|---|---|
| ConnectorType | 
 Enum definition that identifies the type of the connector. 
 |