| TestProbeForward Method (IActorRef) |
Forwards the last received message to the specified actor as if the
LastMessage was sent directly to the actor in the first place.
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void Forward(
IActorRef actor
)
member Forward :
actor : IActorRef -> unit
Parameters
- actor
- Type: Akka.ActorIActorRef
The actor to forward to.
See Also