NoScopeGiven

org.apache.pekko.actor.NoScopeGiven
See theNoScopeGiven companion object
abstract class NoScopeGiven extends Scope

This is the default value and as such allows overrides.

Attributes

Companion
object
Source
Deployer.scala
Graph
Supertypes
trait Scope
class Object
trait Matchable
class Any
Known subtypes
object NoScopeGiven

Members list

Value members

Inherited and Abstract 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

Inherited from:
Scope
Source
Deployer.scala