Interface NodeRpcServerFactory<M extends org.knime.core.node.NodeModel>

Type Parameters:
M - the node model type available to be accessed by the rpc server
All Superinterfaces:
RpcServerFactory<M>

@Deprecated(forRemoval=true) public interface NodeRpcServerFactory<M extends org.knime.core.node.NodeModel> extends RpcServerFactory<M>
Deprecated, for removal: This API element is subject to removal in a future version.
rpc services are directly provided by a node's view, dialog or port.
To be implemented by a node model's NodeFactory if the node model provides a node data service.
Since:
4.3
Author:
Martin Horn, KNIME GmbH, Konstanz, Germany