Object

org.squbs.actorregistry

ActorLookup

Related Doc: package actorregistry

Permalink

object ActorLookup extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActorLookup
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def !(msg: Any)(implicit sender: ActorRef = Actor.noSender, refFactory: ActorRefFactory): Unit

    Permalink

    Squbs API: Send msg with tell pattern to a corresponding actor based if the msg class type matching with an entry at Actor registry

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  5. def ?(message: Any)(implicit timeout: Timeout, refFactory: ActorRefFactory): Future[Any]

    Permalink

    Squbs API: Send msg with ask pattern to a corresponding actor based if the msg class type matching with an entry at Actor registry

  6. def apply(requestClass: Option[Class[_]], actorName: Option[String]): ActorLookup[Any]

    Permalink
  7. def apply(requestClass: Class[_]): ActorLookup[Any]

    Permalink
  8. def apply(): ActorLookup[Any]

    Permalink
  9. def apply[T](actorName: String)(implicit arg0: ClassTag[T]): ActorLookup[_]

    Permalink

    Squbs API: Returns a ActorLookup instance that has default values except for : responseClass which will be the supplied type actorName will be the supplied actorName

  10. def apply[T](implicit arg0: ClassTag[T]): ActorLookup[_]

    Permalink

    Squbs API: Returns a ActorLookup instance that has default values except for responseClass which will be the supplied type

  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def ask(msg: Any)(implicit timeout: Timeout, refFactory: ActorRefFactory): Future[Any]

    Permalink

    Squbs API: Send msg with ask pattern to a corresponding actor based if the msg class type matching with an entry at Actor registry.

  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def tell(msg: Any, sender: ActorRef)(implicit refFactory: ActorRefFactory): Unit

    Permalink

    Squbs API: Send msg with tell pattern to a corresponding actor based if the msg class type matching with an entry at Actor registry.

  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped