class Movie::Ask::LocalResponseRef(T)

Defined in:

movie/ask.cr

Constructors

Instance Method Summary

Instance methods inherited from class Movie::Ask::LocalResponseRefBase

receive_cancelled : Nil receive_cancelled, receive_failure(error : Exception) : Nil receive_failure, receive_serializable(value : JSON::Serializable) : Nil receive_serializable

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

def self.new(target : ActorRefBase) #

[View source]

Instance Method Detail

def future : Future(T) #

[View source]
def receive(response : Response(T)) : Nil #

[View source]
def receive_cancelled : Nil #

[View source]
def receive_failure(error : Exception) : Nil #

[View source]
def receive_serializable(value : JSON::Serializable) : Nil #

[View source]
def send_system(message : SystemMessage) #

[View source]
def target_terminated : Nil #

[View source]
def timeout : Nil #

[View source]
def timer_handle=(handle : TimerHandle) #

[View source]