Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Nest

A nest is a resource that holds or produces jobs.

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Protected _id

_id: string

Protected _name

_name: string

Protected _tunnel

_tunnel: Tunnel

Protected e

Accessors

id

  • get id(): string

name

  • get name(): string
  • set name(name: string): void

tunnel

Methods

arrive

  • arrive(job: Job): void

register

  • register(tunnel: Tunnel): void

take

  • take(job: Job, callback: any): void

toString

  • toString(): string

Generated using TypeDoc