See: Description
| Interface | Description |
|---|---|
| ConsumerChainable<C extends ConsumerChainable<C>> |
Represents a chainable object to which this operation can be chained to have
another operation execute directly after this.
|
| ConsumerChainableConsumer<C extends ConsumerChainableConsumer<C>> |
Represents a
ConsumerChainable to which the chained consumer is also a
chainable object. |