Class InterceptorImpl$
java.lang.Object
org.apache.pekko.actor.typed.internal.InterceptorImpl$
Provides the impl of any behavior that could nest another behavior
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InterceptorImpl$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<O,I> Behavior<O> apply(scala.Function0<BehaviorInterceptor<O, I>> interceptor, Behavior<I> nestedBehavior)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
InterceptorImpl$
public InterceptorImpl$()
-
-
Method Details
-
apply
public <O,I> Behavior<O> apply(scala.Function0<BehaviorInterceptor<O, I>> interceptor, Behavior<I> nestedBehavior)
-