final class ClusterSingletonSetup extends ExtensionSetup[ClusterSingleton]
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClusterSingletonSetup
- ExtensionSetup
- Setup
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ClusterSingletonSetup(createExtension: [[_], ClusterSingleton])
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: [[_], ClusterSingleton]
- Definition Classes
- ExtensionSetup
- val extId: [ClusterSingleton]
- Definition Classes
- ExtensionSetup
Can be used in akka.actor.setup.ActorSystemSetup when starting the ActorSystem to replace the default implementation of the ClusterSingleton extension. Intended for tests that need to replace extension with stub/mock implementations.