Class Effect.TimerScheduled$

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Effect

    public static class Effect.TimerScheduled$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • MODULE$

        public static final Effect.TimerScheduled$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • TimerScheduled$

        public TimerScheduled$()
    • Method Detail

      • fixedRateMode

        public akka.actor.testkit.typed.Effect.TimerScheduled.FixedRateMode$ fixedRateMode()
      • fixedRateMode

        public akka.actor.testkit.typed.Effect.TimerScheduled.FixedRateModeWithInitialDelay fixedRateMode​(java.time.Duration initialDelay)
      • fixedDelayMode

        public akka.actor.testkit.typed.Effect.TimerScheduled.FixedDelayMode$ fixedDelayMode()
      • fixedDelayMode

        public akka.actor.testkit.typed.Effect.TimerScheduled.FixedDelayModeWithInitialDelay fixedDelayMode​(java.time.Duration initialDelay)
      • singleMode

        public akka.actor.testkit.typed.Effect.TimerScheduled.SingleMode$ singleMode()
      • apply

        public <U> Effect.TimerScheduled<U> apply​(java.lang.Object key,
                                                  U msg,
                                                  scala.concurrent.duration.FiniteDuration delay,
                                                  akka.actor.testkit.typed.Effect.TimerScheduled.TimerMode mode,
                                                  boolean overriding,
                                                  scala.Function0<scala.runtime.BoxedUnit> send)
      • unapply

        public <U> scala.Option<scala.Tuple5<java.lang.Object,​U,​scala.concurrent.duration.FiniteDuration,​akka.actor.testkit.typed.Effect.TimerScheduled.TimerMode,​java.lang.Object>> unapply​(Effect.TimerScheduled<U> x$0)