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. def or[B]: Props[|[A, B]]

    Permalink

    Build a union typed Props out of this Props.

    Build a union typed Props out of this Props. The resulting props may accept either A or B as message.

  11. val props: Props[A]

    Permalink
  12. def routerConfig: RouterConfig

    Permalink

  13. def toString(): String

    Permalink
    Definition Classes
    Any
  14. def untyped: UntypedProps

    Permalink

    returns

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

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

    Permalink

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

    Permalink

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

    Permalink

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

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped