Uses of Enum
com.rabbitmq.client.amqp.ConsumerBuilder.StreamOffsetSpecification
Packages that use ConsumerBuilder.StreamOffsetSpecification
-
Uses of ConsumerBuilder.StreamOffsetSpecification in com.rabbitmq.client.amqp
Subclasses with type arguments of type ConsumerBuilder.StreamOffsetSpecification in com.rabbitmq.client.amqpModifier and TypeClassDescriptionstatic enum
Offset specification to start consuming from.Methods in com.rabbitmq.client.amqp that return ConsumerBuilder.StreamOffsetSpecificationModifier 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.Methods in com.rabbitmq.client.amqp with parameters of type ConsumerBuilder.StreamOffsetSpecificationModifier and TypeMethodDescriptionConsumerBuilder.StreamOptions.offset
(ConsumerBuilder.StreamOffsetSpecification specification) The offset to start consuming from.