public interface SettingsCompanion<T>
Modifier and Type | Method and Description |
---|---|
T |
apply(org.apache.pekko.actor.ActorSystem system)
Creates an instance of settings using the configuration provided by the given ActorSystem.
|
T |
apply(org.apache.pekko.actor.ClassicActorSystemProvider system) |
T |
apply(com.typesafe.config.Config config)
Creates an instance of settings using the given Config.
|
T |
apply(java.lang.String configOverrides)
Create an instance of settings using the given String of config overrides to override
settings set in the class loader of this class (i.e. by application.conf or reference.conf files in
the class loader of this class).
|
T apply(org.apache.pekko.actor.ActorSystem system)
system
- (undocumented)T apply(org.apache.pekko.actor.ClassicActorSystemProvider system)
T apply(com.typesafe.config.Config config)
config
- (undocumented)T apply(java.lang.String configOverrides)
configOverrides
- (undocumented)