Type alias InterceptorWorker
InterceptorWorker: { callWorkerInterceptedMethod: any; createInterceptorContext: any; loadInterceptorWorkerCode: any }
Type declaration
-
callWorkerInterceptedMethod:function
- callWorkerInterceptedMethod(methodName: string, action: null | Function, args: any): Promise<any>
-
Parameters
-
methodName: string
-
action: null | Function
-
args: any
Returns Promise<any>
-
createInterceptorContext:function
- createInterceptorContext(appContext: AppContextValue): Promise<any>
-
Parameters
-
appContext: AppContextValue
Returns Promise<any>
-
loadInterceptorWorkerCode:function
- loadInterceptorWorkerCode(interceptorCode: string): Promise<any>
-
Returns Promise<any>