Package com.rabbitmq.stream
Interface ConsumerBuilder.ManualTrackingStrategy
-
- Enclosing interface:
- ConsumerBuilder
public static interface ConsumerBuilder.ManualTrackingStrategy
Manual tracking strategy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConsumerBuilder
builder()
Go back to the builder.ConsumerBuilder.ManualTrackingStrategy
checkInterval(Duration checkInterval)
Interval to check if the last requested stored offset has been actually stored.
-
-
-
Method Detail
-
checkInterval
ConsumerBuilder.ManualTrackingStrategy checkInterval(Duration 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
-
-