akka.config

TypedActorConfigurator

class TypedActorConfigurator extends AnyRef

Configurator for the TypedActors. Used to do declarative configuration of supervision. It also does dependency injection with and into TypedActors using dependency injection frameworks such as Google Guice or Spring.

If you don't want declarative configuration then you should use the TypedActor factory methods.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TypedActorConfigurator
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypedActorConfigurator ()

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def addExternalGuiceModule (module: Module): TypedActorConfigurator

  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def configure (faultHandlingStrategy: FaultHandlingStrategy, components: Array[SuperviseTypedActor]): TypedActorConfigurator

  10. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    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()
  13. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  14. def getComponentInterfaces : List[Class[_]]

  15. def getExternalDependency [T] (clazz: Class[T]): T

  16. def getGuiceModules : List[Module]

  17. def getInstance [T] (clazz: Class[T]): T

    Returns the first item in a list of all typed actors that has been put under supervision for the class specified.

    Returns the first item in a list of all typed actors that has been put under supervision for the class specified.

    clazz

    the class for the typed actor

    returns

    the typed actor for the class

  18. def getInstances [T] (clazz: Class[T]): List[T]

    Returns the a list with all typed actors that has been put under supervision for the class specified.

    Returns the a list with all typed actors that has been put under supervision for the class specified.

    clazz

    the class for the typed actor

    returns

    a list with all the typed actors for the class

  19. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  20. def inject : TypedActorConfigurator

  21. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def reset : Unit

  26. def stop : Unit

  27. def supervise : TypedActorConfigurator

  28. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  29. def toString (): String

    Definition Classes
    AnyRef → Any
  30. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any