Package akka.actor.testkit.typed
Class Effect.Spawned<T>
- java.lang.Object
-
- akka.actor.testkit.typed.Effect
-
- akka.actor.testkit.typed.Effect.Spawned<T>
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
,scala.Product3<Behavior<T>,java.lang.String,Props>
- Enclosing class:
- Effect
public static final class Effect.Spawned<T> extends Effect implements scala.Product3<Behavior<T>,java.lang.String,Props>, java.io.Serializable
The behavior spawned a named child with the given behavior (and optionally specific props)- 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$
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Behavior<T>
_1()
java.lang.String
_2()
Props
_3()
Behavior<T>
behavior()
boolean
canEqual(java.lang.Object o)
java.lang.String
childName()
boolean
equals(java.lang.Object other)
int
hashCode()
java.lang.String
productPrefix()
Props
props()
ActorRef<T>
ref()
java.lang.String
toString()
-
Methods inherited from class akka.actor.testkit.typed.Effect
timerScheduled
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
childName
public java.lang.String childName()
-
props
public Props props()
-
equals
public boolean equals(java.lang.Object other)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
_2
public java.lang.String _2()
-
_3
public Props _3()
-
canEqual
public boolean canEqual(java.lang.Object o)
- Specified by:
canEqual
in interfacescala.Equals
-
-