Skip to content

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

MissingNodeLifecycleFactory

Methods

create

create(nodeType): TResult<never, IDagError>

Parameters

NameType
nodeTypestring

Returns

TResult<never, IDagError>

Implementation of

INodeLifecycleFactory.create

Defined in

services/node-lifecycle-runner.ts:138

Released under the MIT License.