Package akka.actor.typed.internal
Class LogMessagesInterceptor$
- java.lang.Object
-
- akka.actor.typed.internal.LogMessagesInterceptor$
-
public class LogMessagesInterceptor$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static LogMessagesInterceptor$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description LogMessagesInterceptor$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> BehaviorInterceptor<T,T>
apply(LogOptions opts)
-
-
-
Field Detail
-
MODULE$
public static final LogMessagesInterceptor$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T> BehaviorInterceptor<T,T> apply(LogOptions opts)
-
-