See: Description
| Interface | Description |
|---|---|
| ClusterResourceListener |
This feature is not yet supported.
|
| Configurable |
A Mix-in style interface for classes that are instantiated by reflection and need to take configuration parameters
|
| KafkaFuture.BaseFunction<A,B> |
A function which takes objects of type A and returns objects of type B.
|
| KafkaFuture.BiConsumer<A,B> |
A consumer of two different types of object.
|
| Metric |
A metric tracked for monitoring purposes.
|
| Class | Description |
|---|---|
| Cluster | |
| ClusterResource |
The
ClusterResource class encapsulates metadata for a TEQ/oracle db cluster. |
| KafkaFuture<T> |
A flexible future which supports call chaining and other asynchronous programming patterns.
|
| KafkaFuture.Function<A,B> |
A function which takes objects of type A and returns objects of type B.
|
| MetricName |
Metrics feature is not yet supported.
|
| MetricNameTemplate |
Metrics Feature is not yet supported.
|
| Node | |
| PartitionInfo |
This is used to describe per-partition state in the MetadataResponse.
|
| TopicPartition |
A topic name and partition number
|
| TopicPartitionReplica |
The topic name, partition number and the brokerId of the replica.
|
| Exception | Description |
|---|---|
| AQException |
Base class of all other TEQ exceptions.
|
| KafkaException |
The base class of all other Kafka exceptions
|