struct
Movie::Cluster::ServiceRegistration
- Movie::Cluster::ServiceRegistration
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
movie/cluster/receptionist/model.crConstructors
- .new(key_name : String, message_type_name : String, actor_path : Movie::ActorPath, owner : UniqueAddress)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #actor_path : Movie::ActorPath
- #key_name : String
- #message_type_name : String
- #owner : UniqueAddress
Constructor Detail
def self.new(key_name : String, message_type_name : String, actor_path : Movie::ActorPath, owner : UniqueAddress)
#