Interface ProxyDelegate<S>

    • Method Detail

      • make

        <V> V make​(Call<S,​V> call)
            throws Exception
        Makes a Call to a given service endpoint.
        Type Parameters:
        V - the type of the value returned from the call
        Parameters:
        call - the call
        Returns:
        the value returned from the call
        Throws:
        Exception - if the call fails
      • config

        ProxyConfig<?,​S> config()
        Returns the configuration of the proxy.
        Returns:
        the configuration