Package akka.actor

Interface Scope

    • Method Detail

      • withFallback

        Scope withFallback​(Scope other)
        When merging 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.