Package akka.actor.testkit.typed
Class Effect.TimerScheduled<U>
- java.lang.Object
-
- akka.actor.testkit.typed.Effect
-
- akka.actor.testkit.typed.Effect.TimerScheduled<U>
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Effect
public static final class Effect.TimerScheduled<U> extends Effect implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class akka.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
Constructors Constructor Description TimerScheduled(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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canEqual(java.lang.Object x$1)
<U> Effect.TimerScheduled<U>
copy(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)
<U> java.lang.Object
copy$default$1()
<U> U
copy$default$2()
<U> scala.concurrent.duration.FiniteDuration
copy$default$3()
<U> akka.actor.testkit.typed.Effect.TimerScheduled.TimerMode
copy$default$4()
<U> boolean
copy$default$5()
scala.concurrent.duration.FiniteDuration
delay()
java.time.Duration
duration()
boolean
equals(java.lang.Object x$1)
int
hashCode()
java.lang.Object
key()
akka.actor.testkit.typed.Effect.TimerScheduled.TimerMode
mode()
U
msg()
boolean
overriding()
int
productArity()
java.lang.Object
productElement(int x$1)
java.lang.String
productElementName(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
scala.Function0<scala.runtime.BoxedUnit>
send()
java.lang.String
toString()
-
Methods inherited from class akka.actor.testkit.typed.Effect
timerScheduled
-
-
-
-
Constructor Detail
-
TimerScheduled
public TimerScheduled(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)
-
-
Method Detail
-
key
public java.lang.Object key()
-
msg
public U msg()
-
delay
public scala.concurrent.duration.FiniteDuration delay()
-
mode
public akka.actor.testkit.typed.Effect.TimerScheduled.TimerMode mode()
-
overriding
public boolean overriding()
-
send
public scala.Function0<scala.runtime.BoxedUnit> send()
-
duration
public java.time.Duration duration()
-
copy
public <U> Effect.TimerScheduled<U> copy(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)
-
copy$default$1
public <U> java.lang.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> akka.actor.testkit.typed.Effect.TimerScheduled.TimerMode copy$default$4()
-
copy$default$5
public <U> boolean copy$default$5()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
-