class
Movie::Remote::RemoteAskResponseSenderRef
- Movie::Remote::RemoteAskResponseSenderRef
- Movie::ActorRefBase
- Reference
- Object
Included Modules
Defined in:
movie/remote/extension.crConstant Summary
-
ASK_CANCELLED_TAG =
"__movie_remote_ask_cancelled__" -
ASK_FAILURE_TAG =
"__movie_remote_ask_failure__"
Constructors
Instance Method Summary
- #remote_address : Address | Nil
- #remote_node_uid : String | Nil
-
#remote_peer_address : Address | Nil
Authenticated transport identity for inbound remote sender refs.
- #remote_peer_node_uid : String | Nil
- #reply_cancelled : Nil
- #reply_failure(error : Exception) : Nil
- #reply_success(value : JSON::Serializable) : Nil
- #send_system(message : Movie::SystemMessage)
Instance methods inherited from module Movie::Remote::RemotePeerIdentity
remote_address : Address | Nil
remote_address,
remote_node_uid : String | Nil
remote_node_uid
Instance methods inherited from class Movie::ActorRefBase
id : Int32
id,
path : ActorPath | Nil
path,
path=(path : ActorPath | Nil)
path=,
remote_peer_address : Address | Nil
remote_peer_address,
remote_peer_node_uid : String | Nil
remote_peer_node_uid,
send_system(message : SystemMessage)
send_system
Constructor methods inherited from class Movie::ActorRefBase
new(id : Int32, path : ActorPath | Nil = nil)
new
Constructor Detail
Instance Method Detail
Description copied from class Movie::ActorRefBase
Authenticated transport identity for inbound remote sender refs.