class Movie::ActorRef(T)

Defined in:

movie.cr

Constructors

Instance Method Summary

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(system : AbstractActorSystem, path : ActorPath | Nil = nil) #

[View source]

Instance Method Detail

def <<(message : T) #

[View source]
def ask(message : T, response_type : R.class = Nil, timeout : Time::Span | Nil = nil) : Future(R) forall R #

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

[View source]
def tell_from(sender : ActorRefBase | Nil, message : T) #

[View source]