@midwayjs/coreInterfacesIPipelineContextVersion: NextSur cette pageIPipelineContext 执行pipeline 时当前上下文存储内容Implemented byPipelineContextIndex PropertiesargsinfoMethodsgetkeyssetProperties argsargs: anypipeline 执行原始参数optionalinfoinfo?: IPipelineInfovalve 执行信息Methods getget(key: string): any用于缓存当前 pipeline 执行中的中间过程参数keyskeys(): string[]返回存在的所有 keysetset(key: string, val: any): void用于缓存当前 pipeline 执行中的中间过程参数
执行pipeline 时当前上下文存储内容