public interface ProxyFactory<T>
The proxy factory constructs proxy instances for the master node of a given NodeId.
When a proxy method is invoked, the method will be called on the provided node.
| Modifier and Type | Method and Description |
|---|---|
T |
getProxyFor(NodeId nodeId)
Returns the proxy for the given peer.
|