Uses of Enum
com.rabbitmq.client.amqp.ConsumerBuilder.StreamOffsetSpecification
-
Uses of ConsumerBuilder.StreamOffsetSpecification in com.rabbitmq.client.amqp
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ConsumerBuilder.StreamOffsetSpecification.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionConsumerBuilder.StreamOptions.offset
(ConsumerBuilder.StreamOffsetSpecification specification) The offset to start consuming from.