| CapturedLogEvent |
Representation of a Log Event issued by a pekko.actor.typed.Behavior
when testing with pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
or pekko.actor.testkit.typed.javadsl.BehaviorTestKit.
|
| CapturedLogEvent$ |
|
| Effect |
All tracked effects for the pekko.actor.testkit.typed.scaladsl.BehaviorTestKit and
pekko.actor.testkit.typed.javadsl.BehaviorTestKit must extend this type.
|
| Effect.MessageAdapter<A,T> |
The behavior create a message adapter for the messages of type clazz
|
| Effect.MessageAdapter$ |
|
| Effect.NoEffects |
Used for NoEffects expectations by type
|
| Effect.NoEffects$ |
Used to represent an empty list of effects - in other words, the behavior didn't do anything observable
|
| Effect.ReceiveTimeoutCancelled |
|
| Effect.ReceiveTimeoutCancelled$ |
|
| Effect.ReceiveTimeoutSet<T> |
The behavior set a new receive timeout, with message as timeout notification
|
| Effect.ReceiveTimeoutSet$ |
|
| Effect.Scheduled<U> |
The behavior used context.scheduleOnce to schedule message to be sent to target after delay
FIXME what about events scheduled through the scheduler?
|
| Effect.Scheduled$ |
|
| Effect.Spawned<T> |
The behavior spawned a named child with the given behavior (and optionally specific props)
|
| Effect.Spawned$ |
|
| Effect.SpawnedAdapter$ |
INTERNAL API
Spawning adapters is private[pekko]
|
| Effect.SpawnedAnonymous<T> |
The behavior spawned an anonymous child with the given behavior (and optionally specific props)
|
| Effect.SpawnedAnonymous$ |
|
| Effect.SpawnedAnonymousAdapter$ |
INTERNAL API
|
| Effect.Stopped |
The behavior stopped childName
|
| Effect.Stopped$ |
|
| Effect.TimerCancelled |
|
| Effect.TimerCancelled$ |
|
| Effect.TimerScheduled<U> |
|
| Effect.TimerScheduled$ |
|
| Effect.TimerScheduled$.FixedDelayMode$ |
|
| Effect.TimerScheduled$.FixedDelayModeWithInitialDelay |
|
| Effect.TimerScheduled$.FixedDelayModeWithInitialDelay$ |
|
| Effect.TimerScheduled$.FixedRateMode$ |
|
| Effect.TimerScheduled$.FixedRateModeWithInitialDelay |
|
| Effect.TimerScheduled$.FixedRateModeWithInitialDelay$ |
|
| Effect.TimerScheduled$.SingleMode$ |
|
| Effect.Unwatched<T> |
The behavior stopped watching other, through context.unwatch(other)
|
| Effect.Unwatched$ |
|
| Effect.Watched<T> |
The behavior started watching other, through context.watch(other)
|
| Effect.Watched$ |
|
| Effect.WatchedWith<U,T> |
The behavior started watching other, through context.watchWith(other, message)
|
| Effect.WatchedWith$ |
|
| Effect$ |
|
| FishingOutcome.Complete$ |
|
| FishingOutcome.Continue$ |
|
| FishingOutcome.ContinueAndIgnore$ |
|
| FishingOutcome.Fail |
|
| FishingOutcome.Fail$ |
|
| FishingOutcome$ |
|
| LoggingEvent |
|
| LoggingEvent$ |
|
| TestException$ |
|
| TestKitSettings |
|
| TestKitSettings$ |
|