public static class FastFailoverHelper.ForwardPattern
extends java.lang.Object
| Constructor and Description |
|---|
ForwardPattern(akka.actor.ActorRef to) |
| Modifier and Type | Method and Description |
|---|---|
void |
forwardAttempt(java.lang.Object msg,
akka.actor.ActorContext context)
Forward the given operation to this actor.
|