Package akka.actor.typed
Class LogOptions$
- java.lang.Object
-
- akka.actor.typed.LogOptions$
-
public class LogOptions$ extends java.lang.Object
Factories for log options
-
-
Field Summary
Fields Modifier and Type Field Description static LogOptions$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description LogOptions$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogOptions
apply()
Scala API: Create a new log options with defaults.LogOptions
create()
Java API: Create a new log options.
-
-
-
Field Detail
-
MODULE$
public static final LogOptions$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public LogOptions apply()
Scala API: Create a new log options with defaults.
-
create
public LogOptions create()
Java API: Create a new log options.
-
-