Class Effect.TimerScheduled$
java.lang.Object
org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Effect
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Effect.TimerScheduled$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<U> Effect.TimerScheduled<U>apply(Object key, U msg, scala.concurrent.duration.FiniteDuration delay, org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.TimerMode mode, boolean overriding, scala.Function0<scala.runtime.BoxedUnit> send) org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.FixedDelayMode$org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.FixedDelayModeWithInitialDelayfixedDelayMode(Duration initialDelay) org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.FixedRateMode$org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.FixedRateModeWithInitialDelayfixedRateMode(Duration initialDelay) org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.SingleMode$<U> scala.Option<scala.Tuple5<Object,U, scala.concurrent.duration.FiniteDuration, org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.TimerMode, Object>> unapply(Effect.TimerScheduled<U> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TimerScheduled$
public TimerScheduled$()
-
-
Method Details
-
fixedRateMode
public org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.FixedRateMode$ fixedRateMode() -
fixedRateMode
public org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.FixedRateModeWithInitialDelay fixedRateMode(Duration initialDelay) -
fixedDelayMode
public org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.FixedDelayMode$ fixedDelayMode() -
fixedDelayMode
public org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.FixedDelayModeWithInitialDelay fixedDelayMode(Duration initialDelay) -
singleMode
public org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.SingleMode$ singleMode() -
apply
public <U> Effect.TimerScheduled<U> apply(Object key, U msg, scala.concurrent.duration.FiniteDuration delay, org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.TimerMode mode, boolean overriding, scala.Function0<scala.runtime.BoxedUnit> send) -
unapply
public <U> scala.Option<scala.Tuple5<Object,U, unapplyscala.concurrent.duration.FiniteDuration, org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.TimerMode, Object>> (Effect.TimerScheduled<U> x$0)
-