Package akka.actor.typed.internal
Class TimerSchedulerImpl$
- java.lang.Object
-
- akka.actor.typed.internal.TimerSchedulerImpl$
-
public class TimerSchedulerImpl$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static TimerSchedulerImpl$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description TimerSchedulerImpl$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Behavior<T>
withTimers(scala.Function1<TimerSchedulerCrossDslSupport<T>,Behavior<T>> factory)
<T> Behavior<T>
wrapWithTimers(scala.Function1<TimerSchedulerCrossDslSupport<T>,Behavior<T>> factory, ActorContext<T> ctx)
-
-
-
Field Detail
-
MODULE$
public static final TimerSchedulerImpl$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
withTimers
public <T> Behavior<T> withTimers(scala.Function1<TimerSchedulerCrossDslSupport<T>,Behavior<T>> factory)
-
wrapWithTimers
public <T> Behavior<T> wrapWithTimers(scala.Function1<TimerSchedulerCrossDslSupport<T>,Behavior<T>> factory, ActorContext<T> ctx)
-
-