Movie::Remote::Connection
Connection manages an outbound TCP connection to a remote actor system.
Constants
Log = ::Log.for(self)
Constructors
new(address : Address, path_registry : Movie::PathRegistry, system : Movie::AbstractActorSystem, on_message : Proc(WireEnvelope, Nil) | Nil = nil)
SourceInstance methods
address
Sourceclosed?
Sourceconnected?
SourceRegisters a pending ask request and returns the channel to wait on.