public class ServerSentEventSettings$ extends java.lang.Object implements SettingsCompanion<ServerSentEventSettings>
| Modifier and Type | Field and Description | 
|---|---|
| static ServerSentEventSettings$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| ServerSentEventSettings$() | 
| Modifier and Type | Method and Description | 
|---|---|
| ServerSentEventSettings | create(org.apache.pekko.actor.ActorSystem system)Creates an instance of ServerSentEventSettings using the configuration provided by the given ActorSystem. | 
| ServerSentEventSettings | create(com.typesafe.config.Config config)Creates an instance of ServerSentEventSettings using the given Config. | 
| ServerSentEventSettings | create(java.lang.String configOverrides)Create an instance of ServerSentEventSettings using the given String of config overrides to override
 settings set in the class loader of this class. | 
public static final ServerSentEventSettings$ MODULE$
public ServerSentEventSettings create(org.apache.pekko.actor.ActorSystem system)
create in interface SettingsCompanion<ServerSentEventSettings>system - (undocumented)public ServerSentEventSettings create(com.typesafe.config.Config config)
create in interface SettingsCompanion<ServerSentEventSettings>config - (undocumented)public ServerSentEventSettings create(java.lang.String configOverrides)
create in interface SettingsCompanion<ServerSentEventSettings>configOverrides - (undocumented)