public interface OutboundEnvelope
Modifier and Type | Method and Description |
---|---|
OutboundEnvelope |
copy() |
java.lang.Object |
message() |
OptionVal<RemoteActorRef> |
recipient() |
OptionVal<ActorRef> |
sender() |
OutboundEnvelope |
withMessage(java.lang.Object message) |
OptionVal<RemoteActorRef> recipient()
java.lang.Object message()
OutboundEnvelope withMessage(java.lang.Object message)
OutboundEnvelope copy()