Class AbstractDelegate<A,​S,​C extends ProxyConfig<A,​S>>

    • Constructor Detail

      • AbstractDelegate

        public AbstractDelegate​(C config)
        Constructs an instance with a given configuration
        Parameters:
        config - the configuration
    • Method Detail

      • config

        public C config()
        Description copied from interface: ProxyDelegate
        Returns the configuration of the proxy.
        Specified by:
        config in interface ProxyDelegate<A>
        Returns:
        the configuration