final case class RemoteScope(node: Address) extends Scope with Product with Serializable
- Annotations
- @SerialVersionUID()
- Source
- RemoteDeployer.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteScope
- Serializable
- Product
- Equals
- Scope
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val node: Address
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def withFallback(other: Scope): Scope
When merging akka.actor.Deploy instances using
on the left one, this is propagated to “merging” scopes in the same way.withFallback()
When merging akka.actor.Deploy instances using
on the left one, this is propagated to “merging” scopes in the same way. The setup is biased towards preferring the callee over the argument, i.e.withFallback()
is called expecting thata.withFallback(b)
should in general take precedence.a
- Definition Classes
- → Scope