Home > @idealeap/pipeline > PipeRegistry
PipeRegistry class
Signature:
typescript
export declare class PipeRegistryexport declare class PipeRegistryProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| _Fn | { DynamicExecutor: (input: any, context: PipelineContext) => Promise<any>; } | ||
| commonPostProcess | static | { logData: (result: any, context: PipelineContext) => any; } | |
| commonPreProcess | static | { validateData: (input: any, context: PipelineContext) => any; } | |
| customFn | static | Record<string, (input: any, context: PipelineContext) => any> |
Methods
| Method | Modifiers | Description |
|---|---|---|
| get(type) | ||
| init() | static | |
| register(type, callback) |