Movie::Address
Inherits JSON::Serializable < Struct < Value < Object
Address represents the location of an actor system. For local actors, host and port are nil. For remote actors, they specify the network location.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceParses an address URI string. Format: protocol://system@host:port or protocol://system (for local) Examples: "movie://my-system" -> local address "movie.tcp://my-system@127.0.0.1:2552" -> remote address
Instance methods
host
Sourceport
Sourceprotocol
Sourcesystem
Source