Package akka.stream
Class RestartSettings.LogSettings$
- java.lang.Object
-
- akka.stream.RestartSettings.LogSettings$
-
- Enclosing class:
- RestartSettings
public static class RestartSettings.LogSettings$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static RestartSettings.LogSettings$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description LogSettings$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestartSettings.LogSettings
apply(Logging.LogLevel logLevel)
-
-
-
Field Detail
-
MODULE$
public static final RestartSettings.LogSettings$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public RestartSettings.LogSettings apply(Logging.LogLevel logLevel)
-
-