Package org.apache.pekko.actor.testkit.typed
package org.apache.pekko.actor.testkit.typed
-
ClassDescriptionRepresentation of a Log Event issued by a
pekko.actor.typed.Behaviorwhen testing withpekko.actor.testkit.typed.scaladsl.BehaviorTestKitorpekko.actor.testkit.typed.javadsl.BehaviorTestKit.All tracked effects for thepekko.actor.testkit.typed.scaladsl.BehaviorTestKitandpekko.actor.testkit.typed.javadsl.BehaviorTestKitmust extend this type.Effect.AskInitiated<Req,Res, T> The behavior initiated an ask via its context.The behavior create a message adapter for the messages of type clazzUsed for NoEffects expectations by typeUsed to represent an empty list of effects - in other words, the behavior didn't do anything observableThe behavior set a new receive timeout, withmessageas timeout notificationThe behavior usedcontext.scheduleOnceto schedulemessageto be sent totargetafterdelayFIXME what about events scheduled through the scheduler?The behavior spawned a named child with the given behavior (and optionally specific props)INTERNAL API Spawning adapters is private[pekko]The behavior spawned an anonymous child with the given behavior (and optionally specific props)INTERNAL APIThe behavior stoppedchildNameThe behavior stopped watchingother, throughcontext.unwatch(other)The behavior started watchingother, throughcontext.watch(other)Effect.WatchedWith<U,T> The behavior started watchingother, throughcontext.watchWith(other, message)Not for user extension.A predefined exception that can be used in tests.