Interface FromMessage
-
- All Known Implementing Classes:
RequestMessage
public interface FromMessage
An actor message that identifies its sender
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActorRef<?>
getFrom()
The actor that sent the message.
-
-
-
Method Detail
-
getFrom
ActorRef<?> getFrom()
The actor that sent the message.
-
-