Class Effect.TimerScheduled<U>

java.lang.Object
org.apache.pekko.actor.testkit.typed.Effect
org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled<U>
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
Effect

public static final class Effect.TimerScheduled<U> extends Effect implements scala.Product, Serializable
See Also:
  • Constructor Details

    • TimerScheduled

      public TimerScheduled(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)
  • Method Details

    • key

      public Object key()
    • msg

      public U msg()
    • delay

      public scala.concurrent.duration.FiniteDuration delay()
    • mode

      public org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.TimerMode mode()
    • overriding

      public boolean overriding()
    • send

      public scala.Function0<scala.runtime.BoxedUnit> send()
    • duration

      public Duration duration()
    • copy

      public <U> Effect.TimerScheduled<U> copy(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)
    • copy$default$1

      public <U> Object copy$default$1()
    • copy$default$2

      public <U> U copy$default$2()
    • copy$default$3

      public <U> scala.concurrent.duration.FiniteDuration copy$default$3()
    • copy$default$4

      public <U> org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.TimerMode copy$default$4()
    • copy$default$5

      public <U> boolean copy$default$5()
    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product
    • productArity

      public int productArity()
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int x$1)
      Specified by:
      productElement in interface scala.Product
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Specified by:
      productIterator in interface scala.Product
    • canEqual

      public boolean canEqual(Object x$1)
      Specified by:
      canEqual in interface scala.Equals
    • productElementName

      public String productElementName(int x$1)
      Specified by:
      productElementName in interface scala.Product
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object x$1)
      Specified by:
      equals in interface scala.Equals
      Overrides:
      equals in class Object