Uses of Class
org.apache.camel.component.vertx.kafka.operations.TopicSubscription.OffsetPosition
-
Packages that use TopicSubscription.OffsetPosition Package Description org.apache.camel.component.vertx.kafka.operations -
-
Uses of TopicSubscription.OffsetPosition in org.apache.camel.component.vertx.kafka.operations
Methods in org.apache.camel.component.vertx.kafka.operations that return TopicSubscription.OffsetPosition Modifier and Type Method Description TopicSubscription.OffsetPosition
TopicSubscription. getSeekToPosition()
static TopicSubscription.OffsetPosition
TopicSubscription.OffsetPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static TopicSubscription.OffsetPosition[]
TopicSubscription.OffsetPosition. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-