Packages

final class DelegateDirectives extends AnyRef

Directives for building routes from commands and queries targetting the delegate.

Linear Supertypes
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. DelegateDirectives
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DelegateDirectives(config: Config, delegateInstance: (ServiceActorRouting.this)#DelegateInstance)

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def completeWithCommand[Reps](command: (ServiceActorRouting.this)#CompleteRouteWithCommand[Reps]): prelude.AkkaHttp.Route

    Matched path routes to an actor command.

    Matched path routes to an actor command.

    This handles POST, PUT, PATCH requests for the supported representations.

    #40 derive OPTION / HEAD

  7. def completeWithQuery[Reps](query: (ServiceActorRouting.this)#CompleteRouteWithQuery[Reps]): prelude.AkkaHttp.Route

    Matched path routes to an actor query.

    Matched path routes to an actor query.

    This handles GET requests for the supported representations.

    #40 derive OPTION / HEAD

  8. def completeWithRequest[Reps](requestMagnet: (ServiceActorRouting.this)#CompleteRouteWithRequest[Reps]): prelude.AkkaHttp.Route

    Matched path routes to an actor request.

    Matched path routes to an actor request. See completeWithQuery and completeWithCommand

    Attributes
    protected
  9. val delegateExecutionContext: prelude.ExecutionContext
  10. def delegateIsDefinedAt(msg: (ServiceActorRouting.this)#Proto): Boolean
  11. val delegateRef: prelude.ActorRef[(ServiceActorRouting.this)#Envelope]
  12. val delegateScheduler: prelude.Scheduler
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def requestResponseFromDelegate[Response](request: (ServiceActorRouting.this)#Proto with (ServiceActorRouting.this)#Request[Response])(implicit arg0: Manifest[Response], scheduler: prelude.Scheduler, executionContext: prelude.ExecutionContext): prelude.Future[Response]

    Exec a future for asking the delegate of the given request.

  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Service Logic

Implementation Detail

Ungrouped