public interface MastershipProxyFactory<T>
The mastership-based proxy factory constructs proxy instances for the master node of a given DeviceId
.
When a proxy method is invoked, the method will be called on the master node for the device.
Modifier and Type | Method and Description |
---|---|
T |
getProxyFor(DeviceId deviceId)
Returns the proxy for the given device.
|