Package akka.actor.testkit.typed
Class Effect
- java.lang.Object
-
- akka.actor.testkit.typed.Effect
-
- Direct Known Subclasses:
Effect.MessageAdapter
,Effect.NoEffects
,Effect.ReceiveTimeoutCancelled
,Effect.ReceiveTimeoutSet
,Effect.Scheduled
,Effect.Spawned
,Effect.SpawnedAdapter
,Effect.SpawnedAnonymous
,Effect.SpawnedAnonymousAdapter
,Effect.Stopped
,Effect.Unwatched
,Effect.Watched
,Effect.WatchedWith
public abstract class Effect extends java.lang.Object
All tracked effects for theBehaviorTestKit
andBehaviorTestKit
must extend this type.Factories/types for effects are available through
Effects
andEffects
Not for user extension
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Effect.MessageAdapter<A,T>
static class
Effect.MessageAdapter$
static class
Effect.NoEffects
static class
Effect.NoEffects$
static class
Effect.ReceiveTimeoutCancelled
static class
Effect.ReceiveTimeoutCancelled$
static class
Effect.ReceiveTimeoutSet<T>
static class
Effect.ReceiveTimeoutSet$
static class
Effect.Scheduled<U>
static class
Effect.Scheduled$
static class
Effect.Spawned<T>
static class
Effect.Spawned$
static class
Effect.SpawnedAdapter<T>
static class
Effect.SpawnedAdapter$
static class
Effect.SpawnedAnonymous<T>
static class
Effect.SpawnedAnonymous$
static class
Effect.SpawnedAnonymousAdapter<T>
static class
Effect.SpawnedAnonymousAdapter$
static class
Effect.Stopped
static class
Effect.Stopped$
static class
Effect.Unwatched<T>
static class
Effect.Unwatched$
static class
Effect.Watched<T>
static class
Effect.Watched$
static class
Effect.WatchedWith<U,T>
static class
Effect.WatchedWith$
-
Constructor Summary
Constructors Constructor Description Effect()
-