Problem
Pagination is sync-only.
Proposed change
Add PageAsync<T> + an async paginator (iterative re-arm) using java.util.concurrent (Java-8 friendly) in sdk-core. Expose Flow/Flux iteration in the async adapter modules, not core. Preserve the max-pages cap + per-page close.
Acceptance
Coordinate with pagination unification.
Dependencies
Priority: medium · Effort: large
Problem
Pagination is sync-only.
Proposed change
Add
PageAsync<T>+ an async paginator (iterative re-arm) usingjava.util.concurrent(Java-8 friendly) in sdk-core. Expose Flow/Flux iteration in the async adapter modules, not core. Preserve the max-pages cap + per-page close.Acceptance
Coordinate with pagination unification.
Dependencies
Priority: medium · Effort: large