Uses of Interface
com.rabbitmq.client.amqp.ConsumerBuilder.StreamOptions
Packages that use ConsumerBuilder.StreamOptions
-
Uses of ConsumerBuilder.StreamOptions in com.rabbitmq.client.amqp
Methods in com.rabbitmq.client.amqp that return ConsumerBuilder.StreamOptionsModifier and TypeMethodDescriptionConsumerBuilder.StreamOptions.filterMatchUnfiltered(boolean matchUnfiltered) Whether messages without a filter value should be sent.ConsumerBuilder.StreamOptions.filterValues(String... values) Filter values for stream filtering.ConsumerBuilder.StreamOptions.offset(long offset) The offset to start consuming from.ConsumerBuilder.StreamOptions.offset(ConsumerBuilder.StreamOffsetSpecification specification) The offset to start consuming from.The offset to start consuming from as an interval string value.A point in time to start consuming from.ConsumerBuilder.stream()Options for a consumer consuming from a stream.ConsumerBuilder.StreamFilterOptions.stream()Go back to the stream options.ConsumerBuilder.SubscriptionListener.Context.streamOptions()Stream options, to set the offset to start consuming from.