object ServerSentEventSettings extends SettingsCompanion[ServerSentEventSettings]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServerSentEventSettings
- SettingsCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply(configOverrides: String): ServerSentEventSettings
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.
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).
- Definition Classes
- ServerSentEventSettings → SettingsCompanion
-
def
apply(config: Config): ServerSentEventSettings
Creates an instance of settings using the given Config.
Creates an instance of settings using the given Config.
- Definition Classes
- ServerSentEventSettings → SettingsCompanion
-
final
def
apply(system: ActorSystem): ServerSentEventSettings
Creates an instance of settings using the configuration provided by the given ActorSystem.
Creates an instance of settings using the configuration provided by the given ActorSystem.
- Definition Classes
- SettingsCompanion
-
implicit
def
default(implicit system: ActorRefFactory): ServerSentEventSettings
- Definition Classes
- SettingsCompanion
- def fromSubConfig(root: Config, c: Config): ServerSentEventSettings