public static class AggregateArgs.WithCursor extends Object
| Constructor and Description |
|---|
WithCursor(Long count,
Optional<Duration> maxIdle) |
| Modifier and Type | Method and Description |
|---|---|
static AggregateArgs.WithCursor |
of(Long count)
Static factory method to create an WithCursor instance with a single name and expression pair.
|
static AggregateArgs.WithCursor |
of(Long count,
Duration maxIdle)
Static factory method to create an WithCursor instance with a single name and expression pair.
|
public static AggregateArgs.WithCursor of(Long count, Duration maxIdle)
count - the name of the expressionmaxIdle - the expression to applypublic static AggregateArgs.WithCursor of(Long count)
count - the name of the expressionCopyright © 2025 lettuce.io. All rights reserved.