|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.remote.RemoteScope
public class RemoteScope
Constructor Summary | |
---|---|
RemoteScope(Address node)
|
Method Summary | |
---|---|
Address |
node()
|
Scope |
withFallback(Scope other)
When merging Deploy instances using withFallback() on
the left one, this is propagated to “merging” scopes in the same way. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Constructor Detail |
---|
public RemoteScope(Address node)
Method Detail |
---|
public Address node()
public Scope withFallback(Scope other)
Scope
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.
withFallback
in interface Scope
other
- (undocumented)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |