struct Movie::Cluster::ServiceRegistration

Included Modules

Defined in:

movie/cluster/receptionist/model.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key_name : String, message_type_name : String, actor_path : Movie::ActorPath, owner : UniqueAddress) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def actor_path : Movie::ActorPath #

[View source]
def key_name : String #

[View source]
def message_type_name : String #

[View source]
def owner : UniqueAddress #

[View source]