Uses of Enum Class
org.nuxeo.lib.stream.pattern.consumer.ConsumerPolicy.StartOffset
-
Uses of ConsumerPolicy.StartOffset in org.nuxeo.lib.stream.pattern.consumer
Modifier and TypeFieldDescriptionprotected final ConsumerPolicy.StartOffset
ConsumerPolicy.startOffset
protected ConsumerPolicy.StartOffset
ConsumerPolicyBuilder.startOffset
Modifier and TypeMethodDescriptionConsumerPolicy.getStartOffset()
static ConsumerPolicy.StartOffset
Returns 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.Modifier and TypeMethodDescriptionConsumerPolicyBuilder.startOffset
(ConsumerPolicy.StartOffset startOffset) Where to read the first message.