Uses of Class
org.nuxeo.lib.stream.pattern.consumer.ConsumerPolicy.StartOffset
-
Packages that use ConsumerPolicy.StartOffset Package Description org.nuxeo.lib.stream.pattern.consumer -
-
Uses of ConsumerPolicy.StartOffset in org.nuxeo.lib.stream.pattern.consumer
Fields in org.nuxeo.lib.stream.pattern.consumer declared as ConsumerPolicy.StartOffset Modifier and Type Field Description protected ConsumerPolicy.StartOffset
ConsumerPolicy. startOffset
protected ConsumerPolicy.StartOffset
ConsumerPolicyBuilder. startOffset
Methods in org.nuxeo.lib.stream.pattern.consumer that return ConsumerPolicy.StartOffset Modifier and Type Method Description ConsumerPolicy.StartOffset
ConsumerPolicy. getStartOffset()
static ConsumerPolicy.StartOffset
ConsumerPolicy.StartOffset. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConsumerPolicy.StartOffset[]
ConsumerPolicy.StartOffset. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuxeo.lib.stream.pattern.consumer with parameters of type ConsumerPolicy.StartOffset Modifier and Type Method Description ConsumerPolicyBuilder
ConsumerPolicyBuilder. startOffset(ConsumerPolicy.StartOffset startOffset)
Where to read the first message.
-