com.vaadin.server.

Class ServerRpcManager<T extends ServerRpc>

    • Constructor Detail

      • ServerRpcManager

        public ServerRpcManager(T implementation,
                                Class<T> rpcInterface)

        Create a RPC manager for an RPC target.

        Parameters:

        target - RPC call target (normally a Connector)

        implementation - RPC interface implementation for the target

        rpcInterface - RPC interface type