| Interface | Description |
|---|---|
| BatchSendOperation |
Operations for sending
Collection to a destination. |
| Checkpointable |
Support checkpoint by setting
CheckpointConfig |
| Checkpointer |
A callback to perform checkpoint.
|
| ReceiveOperation |
Operations for receiving
Message> from a destination. |
| RxSendOperation |
Operations for sending
Message to a destination in a reactive way. |
| RxSubscribeByGroupOperation |
Operations for subscribing to a destination with a consumer group in a reactive way.
|
| RxSubscribeOperation |
Operations for subscribing to a destination in reactive way.
|
| SendOperation |
Operations for sending
Message to a destination. |
| SubscribeByGroupOperation |
Operations for subscribing to a destination with a consumer group.
|
| SubscribeOperation |
Operations for subscribing to a destination.
|
| Class | Description |
|---|---|
| CheckpointConfig |
Checkpoint related config
|
| CheckpointConfig.CheckpointConfigBuilder | |
| PartitionSupplier |
Provide partition id or key
|
| Enum | Description |
|---|---|
| CheckpointMode |
The Checkpoint mode.
|
| ListenerMode |
The listener mode, RECORD or BATCH.
|
| StartPosition |
Whether the consumer receives messages from the beginning or end of destination
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.