Interface MastershipProxyFactory<T>


  • public interface MastershipProxyFactory<T>
    Mastership-based proxy factory.

    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.

    • Method Detail

      • getProxyFor

        T getProxyFor​(DeviceId deviceId)
        Returns the proxy for the given device.
        Parameters:
        deviceId - the device identifier
        Returns:
        the proxy for the given device