Class 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 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)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<Resp>
      • next

        public T next()
        Specified by:
        next in interface java.util.Iterator<Resp>
      • init

        public void init()