Package akka.actor.testkit.typed
Class Effect.SpawnedAnonymous<T>
- java.lang.Object
-
- akka.actor.testkit.typed.Effect
-
- akka.actor.testkit.typed.Effect.SpawnedAnonymous<T>
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product,scala.Product2<Behavior<T>,Props>
- Enclosing class:
- Effect
public static final class Effect.SpawnedAnonymous<T> extends Effect implements scala.Product2<Behavior<T>,Props>, java.io.Serializable
The behavior spawned an anonymous 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()Props_2()Behavior<T>behavior()booleancanEqual(java.lang.Object o)booleanequals(java.lang.Object other)inthashCode()java.lang.StringproductPrefix()Propsprops()ActorRef<T>ref()java.lang.StringtoString()-
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
-
props
public Props props()
-
equals
public boolean equals(java.lang.Object other)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object o)
- Specified by:
canEqualin interfacescala.Equals
-
-