Movie::ActorPath
Inherits JSON::Serializable < Struct < Value < Object
ActorPath represents the full path to an actor, including its address and the hierarchical path within the actor system.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceParses an actor path string. Format: address/path/to/actor Examples: "movie://my-system/user/actor1" "movie.tcp://my-system@127.0.0.1:2552/user/actor1"
Instance methods
address
Sourceelements
Source