class Client
A client provides a mechanism to connect to a supervisor server in order to execute operations.
Definitions
def initialize(endpoint: Supervisor.endpoint, **options)
Initialize a new client.
Signature
-
parameter
endpointIO::Endpoint The supervisor endpoint to connect to.
Implementation
def initialize(endpoint: Supervisor.endpoint, **options)
super(endpoint, **options)
end