Interface SettingsCompanion<T>
- All Known Implementing Classes:
- CachingSettings$,- ClientConnectionSettings$,- ConnectionPoolSettings$,- Http2ClientSettings$,- Http2ServerSettings$,- HttpsProxySettings$,- LfuCacheSettings$,- ParserSettings$,- RoutingSettings$,- ServerSentEventSettings$,- ServerSettings$
public interface SettingsCompanion<T>
INTERNAL API
- 
Method SummaryModifier and TypeMethodDescriptionapply(com.typesafe.config.Config config) Creates an instance of settings using the given Config.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).apply(org.apache.pekko.actor.ActorSystem system) Creates an instance of settings using the configuration provided by the given ActorSystem.apply(org.apache.pekko.actor.ClassicActorSystemProvider system) 
- 
Method Details- 
applyCreates an instance of settings using the configuration provided by the given ActorSystem.- Parameters:
- system- (undocumented)
- Returns:
- (undocumented)
 
- 
apply
- 
applyCreates an instance of settings using the given Config.- Parameters:
- config- (undocumented)
- Returns:
- (undocumented)
 
- 
applyCreate 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).- Parameters:
- configOverrides- (undocumented)
- Returns:
- (undocumented)
 
 
-