| ConsumerListener<C,P> |
An interface for listening to consumer events and allow proxying between a consumer predicate and the Camel
component.
|
| ConsumerListenerAware<T extends ConsumerListener<?,?>> |
An interface to represent an object which wishes to support listening for consumer events using the
ConsumerListener.
|
| Offset<T> |
Generic offset without a concrete type
|
| Resumable<Y,T> |
This provides an interface for resumable objects.
|
| ResumableSet<T> |
An interface that represents a set of resumables (i.e.: files in a directory, rows in a database, etc)
|
| ResumeAdapter |
A resume adapter provides the component-specific logic that plugs the more generic strategic with the lower level
requirements of the component being used.
|
| ResumeAware<T extends ResumeStrategy> |
An interface to represent an object which wishes to support resume operations using a ResumeStrategy.
|
| ResumeStrategy |
Defines a strategy for handling resume operations.
|
| UpdatableConsumerResumeStrategy<K,V,T extends Resumable<K,V>> |
An updatable resume strategy
|