struct
Movie::Cluster::ReceptionistEnvelope
- Movie::Cluster::ReceptionistEnvelope
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
movie/cluster/receptionist/protocol.crConstructors
- .new(cluster_name : String, sender : UniqueAddress, revision : Int64, registrations : Array(ServiceRegistration))
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #cluster_name : String
- #registrations : Array(ServiceRegistration)
- #revision : Int64
- #sender : UniqueAddress
Constructor Detail
def self.new(cluster_name : String, sender : UniqueAddress, revision : Int64, registrations : Array(ServiceRegistration))
#