Packages

class Instance extends ServiceInstance with RoutingInstance

Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. Instance
  2. RoutingInstance
  3. ServiceInstance
  4. BindingsInstance
  5. Injector
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Instance(mem: Mem, storage: Storage, env: HealthCheck.InstanceEnv)

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. val _delegateInstanceRef: Option[HealthCheck.DelegateInstance]
    Attributes
    protected
    Definition Classes
    BindingsInstance
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bindings: HealthCheck.Bindings[_]

    All events in this service are bound to an implementation.

    All events in this service are bound to an implementation. A ServiceFragment has a default implementation of delegating to the _ops service for all events.

    The bindings are attempted in the order the declarations encountered in evaluation.

    val bindings = {
      import Bindings._
      empty
    }
    Definition Classes
    InstanceBindingsInstance
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def config: Config

    Service configuration.

    Service configuration.

    TODO: currently full deployment configuration.

    Definition Classes
    BindingsInstance
  9. val env: HealthCheck.InstanceEnv

    The service actor instance environment.

    The service actor instance environment.

    Definition Classes
    InstanceBindingsInstance
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def inject[T](implicit arg0: Manifest[T]): T

    Injection of an instance given type.

    Injection of an instance given type.

    Definition Classes
    BindingsInstanceInjector
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val mem: Mem
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def route(delegateDirectives: HealthCheck.DelegateDirectives): ServerTask[prelude.AkkaHttp.Route]
    Definition Classes
    InstanceRoutingInstance
  22. final def route: ServerTask[prelude.AkkaHttp.Route]
    Definition Classes
    RoutingInstance
  23. val storage: Storage
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Injector

Inherited from AnyRef

Inherited from Any

Domain

Service Logic

Ungrouped