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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.actor.testkit.typed.Effect
Effect.AskInitiated<Req,Res, T>, Effect.AskInitiated$, Effect.MessageAdapter<A, T>, Effect.MessageAdapter$, Effect.NoEffects, Effect.NoEffects$, Effect.ReceiveTimeoutCancelled, Effect.ReceiveTimeoutCancelled$, Effect.ReceiveTimeoutSet<T>, Effect.ReceiveTimeoutSet$, Effect.Scheduled<U>, Effect.Scheduled$, Effect.Spawned<T>, Effect.Spawned$, Effect.SpawnedAdapter$, Effect.SpawnedAnonymous<T>, Effect.SpawnedAnonymous$, Effect.SpawnedAnonymousAdapter$, Effect.Stopped, Effect.Stopped$, Effect.TimerCancelled, Effect.TimerCancelled$, Effect.TimerScheduled<U>, Effect.TimerScheduled$, Effect.Unwatched<T>, Effect.Unwatched$, Effect.Watched<T>, Effect.Watched$, Effect.WatchedWith<U, T>, Effect.WatchedWith$ -
Constructor Summary
ConstructorsConstructorDescriptionTimerScheduled(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 Summary
Modifier and TypeMethodDescriptionboolean<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) <U> Object<U> U<U> scala.concurrent.duration.FiniteDuration<U> org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.TimerMode<U> booleanscala.concurrent.duration.FiniteDurationdelay()duration()booleaninthashCode()key()org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.TimerModemode()msg()booleanintproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>scala.Function0<scala.runtime.BoxedUnit>send()toString()Methods inherited from class org.apache.pekko.actor.testkit.typed.Effect
timerScheduledMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
TimerScheduled
-
-
Method Details
-
key
-
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
-
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
-
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
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-