SharedComputePublicService

Implements TSharedComputeConnectionService

constructor();
loggerService: any
sharedComputeConnectionService: any
getComputeData: (methodName: string, computeName: string) => Promise<T>
calculate: (stateName: string, methodName: string, computeName: string) => Promise<void>
update: (methodName: string, computeName: string) => Promise<void>