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. def deferredTimeout(viewName: Option[String], timeout: Option[Int]): QueryTimeout
  17. lazy val deferredTimeouts: Map[String, Duration]
  18. lazy val deferredUris: Set[String]
  19. lazy val deferredWorkerCount: Int
  20. def doCleanup: Int
    Attributes
    protected
  21. def enableDeferred(user: String): Directive[Unit]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def executeDeferred(ctx: DeferredContext): Future[DeferredContext]
  25. def extractTimeout: Directive[(QueryTimeout)]
    Definition Classes
    DeferredControlQueryTimeoutExtractor
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hasDeferredHeader: Directive[Unit]
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def isDeferred: Directive[Unit]
    Definition Classes
    DeferredControlDeferredCheck
  31. def isDeferredPath: Directive[Unit]
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def maxQueryTimeout: QueryTimeout
    Definition Classes
    QueryTimeoutExtractor
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def onRestartDeferred(): Unit
  38. def publishDeferredStatus(ctx: DeferredContext): Unit
  39. 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
  40. lazy val queryTimeout: QueryTimeout
    Definition Classes
    QueryTimeoutExtractor
  41. def requestHash(username: String, req: HttpRequest): String
    Attributes
    protected
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. object DeferredRequestArrived extends Addressee with Product with Serializable

Inherited from DeferredStatusPublisher

Inherited from QueryTimeoutExtractor

Inherited from DeferredCheck

Inherited from AnyRef

Inherited from Any

Ungrouped