abstract class Movie::ActorRefBase

Direct Known Subclasses

Defined in:

movie.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int32, path : ActorPath | Nil = nil) #

[View source]

Instance Method Detail

def id : Int32 #

[View source]
def path : ActorPath | Nil #

[View source]
def path=(path : ActorPath | Nil) #

Sets the path for this actor ref (used during initialization)


[View source]
def remote_peer_address : Address | Nil #

Authenticated transport identity for inbound remote sender refs.


[View source]
def remote_peer_node_uid : String | Nil #

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

[View source]