Package com.rabbitmq.client.amqp
Interface ConsumerBuilder.SubscriptionListener.Context
- Enclosing interface:
ConsumerBuilder.SubscriptionListener
public static interface ConsumerBuilder.SubscriptionListener.Context
Subscription context.
-
Method Summary
Modifier and TypeMethodDescriptionStream options, to set the offset to start consuming from.
-
Method Details
-
streamOptions
ConsumerBuilder.StreamOptions streamOptions()Stream options, to set the offset to start consuming from.Only the
ConsumerBuilder.StreamOptions
are accessible, theConsumerBuilder.StreamOptions.builder()
method returnsnull
- Returns:
- the stream options
- See Also:
-