object ProviderSelection

Source
ActorSystem.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProviderSelection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Custom(fqcn: String) extends with Product with Serializable

Value Members

  1. def cluster(): ProviderSelection

    JAVA API

  2. def local(): ProviderSelection

    JAVA API

  3. def remote(): ProviderSelection

    JAVA API

  4. case object Cluster extends with Product with Serializable
  5. case object Local extends with Product with Serializable
  6. case object Remote extends with Product with Serializable