Abstract
A base class for classes that must be constructed and initialized asynchronously without requiring an options object.
Constructs a new AsyncCreatable instance. For internal and subclass use only. New subclass instances must be created with the static create method.
AsyncCreatable
Optional
An options object providing initialization params.
Static
Asynchronously constructs and initializes a new instance of a concrete subclass with the optional options.
options
An options object providing initialization params to the async constructor.
A base class for classes that must be constructed and initialized asynchronously without requiring an options object.