Uses of Enum Class
org.nuxeo.lib.stream.pattern.consumer.ConsumerPolicy.StartOffset
Packages that use ConsumerPolicy.StartOffset
-
Uses of ConsumerPolicy.StartOffset in org.nuxeo.lib.stream.pattern.consumer
Fields in org.nuxeo.lib.stream.pattern.consumer declared as ConsumerPolicy.StartOffsetModifier and TypeFieldDescriptionprotected final ConsumerPolicy.StartOffsetConsumerPolicy.startOffsetprotected ConsumerPolicy.StartOffsetConsumerPolicyBuilder.startOffsetMethods in org.nuxeo.lib.stream.pattern.consumer that return ConsumerPolicy.StartOffsetModifier and TypeMethodDescriptionConsumerPolicy.getStartOffset()static ConsumerPolicy.StartOffsetReturns the enum constant of this class with the specified name.static ConsumerPolicy.StartOffset[]ConsumerPolicy.StartOffset.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nuxeo.lib.stream.pattern.consumer with parameters of type ConsumerPolicy.StartOffsetModifier and TypeMethodDescriptionConsumerPolicyBuilder.startOffset(ConsumerPolicy.StartOffset startOffset) Where to read the first message.