Class: Async::Service::Supervisor::Client

Inherits:
Bus::Client
  • Object
show all
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

Worker

Instance Method Summary collapse

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, **options)
	super(endpoint, **options)
end