* Is called when the server send a register request for the given message. * * @param message the message to register for. * @param data additional registration data as defined in the protocol.
(message: RPCMessageType, data: RegistrationData<T>)
| 644 | * @param data additional registration data as defined in the protocol. |
| 645 | */ |
| 646 | register(message: RPCMessageType, data: RegistrationData<T>): void; |
| 647 | |
| 648 | /** |
| 649 | * Is called when the server wants to unregister a feature. |
no outgoing calls
no test coverage detected