Package io.temporal.client
Class ListScheduleListDescriptionIterator
- java.lang.Object
-
- io.temporal.client.ListScheduleListDescriptionIterator
-
- All Implemented Interfaces:
java.util.Iterator<io.temporal.api.schedule.v1.ScheduleListEntry>
public final class ListScheduleListDescriptionIterator extends java.lang.Object
Eager iterator for listing schedules.
-
-
Constructor Summary
Constructors Constructor Description ListScheduleListDescriptionIterator(java.lang.String namespace, java.lang.Integer pageSize, GenericWorkflowClient genericClient)
ListScheduleListDescriptionIterator(java.lang.String namespace, java.lang.String query, java.lang.Integer pageSize, GenericWorkflowClient genericClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
void
init()
T
next()
-
-
-
Constructor Detail
-
ListScheduleListDescriptionIterator
public ListScheduleListDescriptionIterator(@Nonnull java.lang.String namespace, @Nullable java.lang.Integer pageSize, @Nonnull GenericWorkflowClient genericClient)
-
ListScheduleListDescriptionIterator
public ListScheduleListDescriptionIterator(@Nonnull java.lang.String namespace, @Nullable java.lang.String query, @Nullable java.lang.Integer pageSize, @Nonnull GenericWorkflowClient genericClient)
-
-