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.StartOffsetConsumerPolicy. startOffsetprotected ConsumerPolicy.StartOffsetConsumerPolicyBuilder. startOffsetMethods in org.nuxeo.lib.stream.pattern.consumer that return ConsumerPolicy.StartOffset Modifier and Type Method Description ConsumerPolicy.StartOffsetConsumerPolicy. getStartOffset()static ConsumerPolicy.StartOffsetConsumerPolicy.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 ConsumerPolicyBuilderConsumerPolicyBuilder. startOffset(ConsumerPolicy.StartOffset startOffset)Where to read the first message.
-