Endpoint class
Signature:
export declare class Endpoint<Arg, Return>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(temit, event, opts, handler) | Constructs a new instance of the Endpoint class |
Methods
| Method | Modifiers | Description |
|---|---|---|
| open() |