Class

de.knutwalker.akka.typed

PropsOps

Related Doc: package typed

Permalink

implicit final class PropsOps[A] extends AnyVal

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

Instance Constructors

  1. new PropsOps(props: Props[A])

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    Any
  4. def actorClass(): Class[_ <: Actor]

    Permalink

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def dispatcher: String

    Permalink

  7. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  8. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  9. def mailbox: String

    Permalink

  10. val props: Props[A]

    Permalink
  11. def routerConfig: RouterConfig

    Permalink

  12. def toString(): String

    Permalink
    Definition Classes
    Any
  13. def untyped: UntypedProps

    Permalink

    returns

    this typed Props as an untyped akka.actor.Props. The returned instance is eq to this.

  14. def withDeploy(d: Deploy): Props[A]

    Permalink

  15. def withDispatcher(d: String): Props[A]

    Permalink

  16. def withMailbox(m: String): Props[A]

    Permalink

  17. def withRouter(r: RouterConfig): Props[A]

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped