public abstract class Setup
extends java.lang.Object
ActorSystemSetup, if a specific concrete setup
is not specified in the actor system setup that means defaults are used (usually from the config file) - no concrete
setup instance should be mandatory in the ActorSystemSetup that an actor system is created with.| Constructor and Description |
|---|
Setup() |
| Modifier and Type | Method and Description |
|---|---|
ActorSystemSetup |
and(Setup other)
Construct an
ActorSystemSetup with this setup combined with another one. |
public final ActorSystemSetup and(Setup other)
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.other - (undocumented)