trait DeferredControl extends DeferredCheck with QueryTimeoutExtractor with DeferredStatusPublisher

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeferredControl
  2. DeferredStatusPublisher
  3. QueryTimeoutExtractor
  4. DeferredCheck
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def initDeferredStorage: DeferredStorage
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val cleanupActor: ActorRef
    Attributes
    protected
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. lazy val defaultTimeout: Duration
  8. def deferred(user: String): Directive[Unit]
  9. lazy val deferredCleanupInterval: Duration
  10. val deferredGraph: Graph[SinkShape[DeferredContext], NotUsed]
  11. def deferredHttpRequestAction(hash: String, user: String): StandardRoute
  12. def deferredRequest(hash: String, user: String): StandardRoute
  13. def deferredRequestPath: Directive[(String)]
  14. def deferredResultAction(hash: String, user: String): StandardRoute
  15. def deferredResultPath: Directive[(String)]
  16. lazy val deferredTimeouts: Map[String, Duration]
  17. lazy val deferredUris: Set[String]
  18. lazy val deferredWorkerCount: Int
  19. def doCleanup: Int
    Attributes
    protected
  20. def enableDeferred(user: String): Directive[Unit]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def executeDeferred(ctx: DeferredContext): Future[DeferredContext]
  24. def extractTimeout: Directive[(QueryTimeout)]
    Definition Classes
    DeferredControlQueryTimeoutExtractor
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hasDeferredHeader: Directive[Unit]
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def isDeferred: Directive[Unit]
    Definition Classes
    DeferredControlDeferredCheck
  30. def isDeferredPath: Directive[Unit]
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def maxQueryTimeout: QueryTimeout
    Definition Classes
    QueryTimeoutExtractor
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def onRestartDeferred(): Unit
  37. def publishDeferredStatus(ctx: DeferredContext): Unit
  38. def publishUserDeferredStatuses(user: String): Unit

    Publish user deferred request status info to user websocket

    Publish user deferred request status info to user websocket

    Definition Classes
    DeferredControlDeferredStatusPublisher
  39. lazy val queryTimeout: QueryTimeout
    Definition Classes
    QueryTimeoutExtractor
  40. def requestHash(username: String, req: HttpRequest): String
    Attributes
    protected
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. object DeferredRequestArrived extends Addressee with Product with Serializable

Inherited from DeferredStatusPublisher

Inherited from QueryTimeoutExtractor

Inherited from DeferredCheck

Inherited from AnyRef

Inherited from Any

Ungrouped