Class Effect.Spawned<T>
java.lang.Object
org.apache.pekko.actor.testkit.typed.Effect
org.apache.pekko.actor.testkit.typed.Effect.Spawned<T>
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product,scala.Product3<Behavior<T>,String, Props>
- Enclosing class:
- Effect
public static final class Effect.Spawned<T>
extends Effect
implements scala.Product3<Behavior<T>,String,Props>, Serializable
The behavior spawned a named child with the given behavior (and optionally specific props)
- 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
Constructors -
Method Summary
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
productElementName, productElementNames, productIteratorMethods inherited from interface scala.Product3
productArity, productElement
-
Constructor Details
-
Spawned
-
-
Method Details
-
behavior
-
childName
-
props
-
ref
-
equals
-
hashCode
public int hashCode() -
toString
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
_1
-
_2
-
_3
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-