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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      void init()  
      T next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove
    • Constructor Detail

      • ListScheduleListDescriptionIterator

        public ListScheduleListDescriptionIterator​(@Nonnull
                                                   java.lang.String namespace,
                                                   @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()