@midwayjs/coreInterfacesIMethodAspectVersion: 3.0.0On this pageIMethodAspect Index MethodsafterafterReturnafterThrowaroundbeforeMethods optionalafterafter(joinPoint: JoinPoint, result: any, error: Error): anyoptionalafterReturnafterReturn(joinPoint: JoinPoint, result: any): anyoptionalafterThrowafterThrow(joinPoint: JoinPoint, error: Error): voidoptionalaroundaround(joinPoint: JoinPoint): anyoptionalbeforebefore(joinPoint: JoinPoint): void