Class TimerSchedulerImpl$
java.lang.Object
org.apache.pekko.actor.typed.internal.TimerSchedulerImpl$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TimerSchedulerImpl$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<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 Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TimerSchedulerImpl$
public TimerSchedulerImpl$()
-
-
Method Details
-
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)
-