Package com.rabbitmq.stream
Interface ConsumerBuilder.ManualTrackingStrategy
- Enclosing interface:
ConsumerBuilder
public static interface ConsumerBuilder.ManualTrackingStrategy
Manual tracking strategy.
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Go back to the builder.checkInterval
(Duration checkInterval) Interval to check if the last requested stored offset has been actually stored.
-
Method Details
-
checkInterval
Interval to check if the last requested stored offset has been actually stored.Default is 5 seconds.
- Parameters:
checkInterval
-- Returns:
- the manual tracking strategy
-
builder
ConsumerBuilder builder()Go back to the builder.- Returns:
- the consumer builder
-