final class ActorRefResolverSetup extends ExtensionSetup[ActorRefResolver]
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActorRefResolverSetup
- ExtensionSetup
- Setup
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ActorRefResolverSetup(createExtension: [[_], ActorRefResolver])
Value Members
- final def and(other: Setup): ActorSystemSetup
Construct an ActorSystemSetup with this setup combined with another one.
Construct an ActorSystemSetup with this setup combined with another one. Allows for fluent creation of settings. If
other
is a setting of the same concrete Setup as this it will replace this.- Definition Classes
- Setup
- val createExtension: [[_], ActorRefResolver]
- Definition Classes
- ExtensionSetup
- val extId: [ActorRefResolver]
- Definition Classes
- ExtensionSetup
Can be used in akka.actor.setup.ActorSystemSetup when starting the ActorSystem to replace the default implementation of the ActorRefResolver extension. Intended for tests that need to replace extension with stub/mock implementations.