Uses of Interface
com.rabbitmq.stream.ConsumerBuilder.FilterConfiguration
-
Uses of ConsumerBuilder.FilterConfiguration in com.rabbitmq.stream
Modifier and TypeMethodDescriptionConsumerBuilder.filter()
Configure the filtering.ConsumerBuilder.FilterConfiguration.matchUnfiltered()
Whether messages without a filter value should be sent as well.ConsumerBuilder.FilterConfiguration.matchUnfiltered
(boolean matchUnfiltered) Whether messages without a filter value should be sent as well.ConsumerBuilder.FilterConfiguration.postFilter
(Predicate<Message> filter) Client-side filtering logic, occurring after the server-side filtering.Set the filter values.