Class CollectorStage.Scheduled

java.lang.Object
org.apache.pekko.http.impl.util.CollectorStage.Scheduled
All Implemented Interfaces:
Serializable, CollectorStage.State, scala.Equals, scala.Product
Enclosing class:
CollectorStage<T>

public class CollectorStage.Scheduled extends Object implements CollectorStage.State, scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Scheduled(scala.concurrent.Promise<scala.Tuple2<scala.collection.immutable.Seq<T>,Object>> callback)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.concurrent.Promise<scala.Tuple2<scala.collection.immutable.Seq<T>,Object>>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • Scheduled

      public Scheduled(scala.concurrent.Promise<scala.Tuple2<scala.collection.immutable.Seq<T>,Object>> callback)
  • Method Details

    • callback

      public scala.concurrent.Promise<scala.Tuple2<scala.collection.immutable.Seq<T>,Object>> callback()