Package | Description |
---|---|
org.apache.camel.component.mongodb |
Modifier and Type | Method and Description |
---|---|
MongoDBTailTrackingEnum |
MongoDbEndpoint.getTailTrackingStrategy() |
static MongoDBTailTrackingEnum |
MongoDBTailTrackingEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongoDBTailTrackingEnum[] |
MongoDBTailTrackingEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MongoDbEndpoint.setTailTrackingStrategy(MongoDBTailTrackingEnum tailTrackingStrategy)
Sets the strategy used to extract the increasing field value and to create the query to position the
tail cursor.
|
Constructor and Description |
---|
MongoDbTailTrackingConfig(boolean persistentTailTracking,
String tailTrackIncreasingField,
String tailTrackDb,
String tailTrackCollection,
String tailTrackField,
String persistentId,
MongoDBTailTrackingEnum mongoDBTailTrackingStrategy) |
Apache Camel