Package com.rabbitmq.client.amqp
Interface ConsumerBuilder.StreamFilterOptions
- All Superinterfaces:
ConsumerBuilder.FilterOptions<ConsumerBuilder.StreamFilterOptions>
- Enclosing interface:
ConsumerBuilder
public static interface ConsumerBuilder.StreamFilterOptions
extends ConsumerBuilder.FilterOptions<ConsumerBuilder.StreamFilterOptions>
Filter options for support of AMQP filter expressions.
Specialized ConsumerBuilder.FilterOptions
in the context of the configuration of a stream consumer.
-
Method Summary
Methods inherited from interface com.rabbitmq.client.amqp.ConsumerBuilder.FilterOptions
absoluteExpiryTime, contentEncoding, contentType, correlationId, correlationId, correlationId, correlationId, correlationId, creationTime, groupId, groupSequence, messageId, messageId, messageId, messageId, messageId, property, property, property, property, property, property, property, property, property, property, property, propertyDecimal128, propertyDecimal32, propertyDecimal64, propertySymbol, propertyTimestamp, propertyUnsigned, propertyUnsigned, propertyUnsigned, propertyUnsigned, replyTo, replyToGroupId, subject, to, userId
-
Method Details
-
stream
ConsumerBuilder.StreamOptions stream()Go back to the stream options.- Returns:
- the stream options
-