Class: Async::Service::Supervisor::Client
- Inherits:
-
Bus::Client
- Object
- Bus::Client
- Async::Service::Supervisor::Client
- Defined in:
- lib/async/service/supervisor/client.rb
Overview
A client provides a mechanism to connect to a supervisor server in order to execute operations.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(endpoint: Supervisor.endpoint, **options) ⇒ Client
constructor
Initialize a new client.
Constructor Details
#initialize(endpoint: Supervisor.endpoint, **options) ⇒ Client
Initialize a new client.
16 17 18 |
# File 'lib/async/service/supervisor/client.rb', line 16 def initialize(endpoint: Supervisor.endpoint, **) super(endpoint, **) end |