dag-core / Exports / MissingNodeLifecycleFactory
Class: MissingNodeLifecycleFactory
Sentinel factory that always returns an error — used when no lifecycle factory is configured.
Implements
Table of contents
Constructors
Methods
Constructors
constructor
• new MissingNodeLifecycleFactory(): MissingNodeLifecycleFactory
Returns
Methods
create
▸ create(nodeType): TResult<never, IDagError>
Parameters
| Name | Type |
|---|---|
nodeType | string |