Interface RpcServerFactory<T>

Type Parameters:
T - The node model type that provides the node data service.
All Known Subinterfaces:
NodeRpcServerFactory<M>

public interface RpcServerFactory<T>
To be implemented by a node model's factory if the node model provides a node data service.
Since:
4.3
Author:
Martin Horn, KNIME GmbH, Konstanz, Germany, Carl Witt, KNIME AG, Zurich, Switzerland
  • Method Summary

    Modifier and Type
    Method
    Description
    Used by the framework to register a node model's data service.
  • Method Details

    • createRpcServer

      RpcServer createRpcServer(T target)
      Used by the framework to register a node model's data service.
      Parameters:
      target - the object the rpc server is targeting, e.g. where to get the data from
      Returns:
      an rpc server provided by the node model that is then used to serve requests from remote node dialogs/view.