Package com.lithic.api.models
Class EventSubscriptionListPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class EventSubscriptionListPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description EventSubscriptionListPageAsync.AutoPager(EventSubscriptionListPageAsync firstPage)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Void>forEach(Predicate<EventSubscription> action, Executor executor)final CompletableFuture<List<EventSubscription>>toList(Executor executor)-
-
Constructor Detail
-
EventSubscriptionListPageAsync.AutoPager
EventSubscriptionListPageAsync.AutoPager(EventSubscriptionListPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<EventSubscription> action, Executor executor)
-
toList
final CompletableFuture<List<EventSubscription>> toList(Executor executor)
-
-
-
-