Experimental Class
Class Overview
class ServiceMessageBroker {
registerMethod(methodName: string, signature: Type<any>[], method: Function, returnType?: Type<any>) : void
}
Class Description
Helper class for UIComponents that allows components to register methods. If a registered method message is received from the broker on the worker, the UIMessageBroker deserializes its arguments and calls the registered method. If that method returns a promise, the UIMessageBroker returns