Package akka.actor
Interface Scope
-
- All Known Implementing Classes:
ClusterScope,ClusterScope$,LocalScope,LocalScope$,NoScopeGiven,NoScopeGiven$,RemoteScope
public interface ScopeWhen mergingDeployinstances usingwithFallback()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 thatashould in general take precedence.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScopewithFallback(Scope other)
-