class
   Mosquito::Api::Overseer
  
  - Mosquito::Api::Overseer
 - Reference
 - Object
 
Overview
An interface for inspecting the state of Mosquito Overseers.
For more information about overseers, see Mosquito::Runners::Overseer.
Defined in:
mosquito/api/overseer.crConstructors
- 
        .new(instance_id : String)
        
          
Creates a new Api::Overseer by its instance ID.
 
Class Method Summary
- 
        .all : Array(self)
        
          
Retrieves a list of all overseers in the backend.
 
Instance Method Summary
- 
        #executors : Array(Executor)
        
          
Retrieves a list of executors managed by this overseer.
 - 
        #instance_id : String
        
          
The instance ID of the overseer being inspected.
 - 
        #last_heartbeat : Time | Nil
        
          
The time the overseer last sent a heartbeat.