RemoteScope

org.apache.pekko.remote.RemoteScope
final case class RemoteScope(node: Address) extends Scope

Attributes

Source
RemoteDeployer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Scope
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withFallback(other: Scope): Scope

When merging pekko.actor.Deploy instances using withFallback() 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. a.withFallback(b) is called expecting that a should in general take precedence.

When merging pekko.actor.Deploy instances using withFallback() 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. a.withFallback(b) is called expecting that a should in general take precedence.

Attributes

Source
RemoteDeployer.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product