Providers
UnmanagedSubscriber
An UnmanagedSubscriber is useful for events which do not require any additional management, such as "debug"
which only requires emit in synchronous event loop triggered calls.
Implements
Constructors
new UnmanagedSubscriber()
Create a new UnmanagedSubscriber with name
.
Parameters
Parameter | Type | Description |
---|---|---|
name | string | The name of the event. |
Returns
Source
providers/abstract-provider.ts:254
Properties
Property | Type | Description |
---|---|---|
name | string | The name of the event. |
Was this page helpful?