@midwayjs/coreClassesPipelineContextVersion: NextSur cette pagePipelineContext 执行pipeline 时当前上下文存储内容ImplementsIPipelineContextIndex ConstructorsconstructorPropertiesargsinfoMethodsgetkeyssetConstructors constructornew PipelineContext(args?: any): PipelineContextProperties argsargs: anypipeline 执行原始参数infoinfo: IPipelineInfo = ...valve 执行信息Methods getget(key: string): any用于缓存当前 pipeline 执行中的中间过程参数keyskeys(): string[]返回存在的所有 keysetset(key: string, val: any): void用于缓存当前 pipeline 执行中的中间过程参数
执行pipeline 时当前上下文存储内容