Package org.apache.pekko.actor.setup
Class Setup
java.lang.Object
org.apache.pekko.actor.setup.Setup
- Direct Known Subclasses:
- BootstrapSetup,- ExtensionSetup,- JacksonObjectMapperProviderSetup,- JacksonObjectMapperProviderSetup,- SerializationSetup,- SSLEngineProviderSetup
Marker supertype for a setup part that can be put inside 
pekko.actor.setup.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 pekko.actor.setup.ActorSystemSetup that an actor system is created with.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal ActorSystemSetupConstruct anpekko.actor.setup.ActorSystemSetupwith this setup combined with another one.
- 
Constructor Details- 
Setuppublic Setup()
 
- 
- 
Method Details- 
andConstruct anpekko.actor.setup.ActorSystemSetupwith this setup combined with another one. Allows for fluent creation of settings. Ifotheris a setting of the same concretepekko.actor.setup.Setupas this it will replace this.
 
-