Class/Object

com.github.vonnagy.service.container.service

ServicesManager

Related Docs: object ServicesManager | package service

Permalink

class ServicesManager extends Actor with RegisteredHealthCheckActor with Stash with ActorLoggingAdapter

This is the services parent actor that contains all registered services\

Linear Supertypes
ActorLoggingAdapter, Stash, RequiresMessageQueue[DequeBasedMessageQueueSemantics], UnrestrictedStash, StashSupport, RegisteredHealthCheckActor, HealthCheck, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServicesManager
  2. ActorLoggingAdapter
  3. Stash
  4. RequiresMessageQueue
  5. UnrestrictedStash
  6. StashSupport
  7. RegisteredHealthCheckActor
  8. HealthCheck
  9. Actor
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServicesManager(service: ContainerService, routeEndpoints: Seq[Class[_ <: RoutedEndpoints]], props: Seq[(String, Props)])

    Permalink

    service

    The main service

    routeEndpoints

    The routes to manage

    props

    The collection of registered services to start

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  5. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  6. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  7. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  8. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getHealth: Future[HealthInfo]

    Permalink

    Fetch the health for this registered checker.

    Fetch the health for this registered checker.

    returns

    returns a future to the health information

    Definition Classes
    RegisteredHealthCheckActorHealthCheck
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def initializeHttpServer(): Unit

    Permalink
  19. def initializing: Receive

    Permalink

    This is the handler when the manager is initializing

  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. lazy val log: Logger

    Permalink
    Definition Classes
    ActorLoggingAdapter
  22. val logSrc: (String, Class[_])

    Permalink
    Definition Classes
    ActorLoggingAdapter
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def postRestart(reason: Throwable): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  27. def postStop(): Unit

    Permalink
    Definition Classes
    UnrestrictedStash → Actor
  28. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    UnrestrictedStash → Actor
  29. def preStart(): Unit

    Permalink
    Definition Classes
    ServicesManager → Actor
  30. def receive: Receive

    Permalink
    Definition Classes
    ServicesManager → Actor
  31. def running: Receive

    Permalink

    This is the handler when the manager is running

  32. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  33. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  34. var shutDownAndExit: Option[Boolean]

    Permalink
  35. def shuttingDown: Receive

    Permalink

    This is the handler when the manager is stopping

  36. def stash(): Unit

    Permalink
    Definition Classes
    StashSupport
  37. def stopped: Receive

    Permalink

    This is the handler when the manager is stopped

  38. def supervisorStrategy: SupervisorStrategy

    Permalink
    Definition Classes
    Actor
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  42. def unstashAll(): Unit

    Permalink
    Definition Classes
    StashSupport
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ActorLoggingAdapter

Inherited from Stash

Inherited from RequiresMessageQueue[DequeBasedMessageQueueSemantics]

Inherited from UnrestrictedStash

Inherited from StashSupport

Inherited from HealthCheck

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped