All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.danielliu1123.httpexchange.HttpServiceProxyFactoryCustomizer Maven / Gradle / Ivy

There is a newer version: 3.4.0-RC1
Show newest version
package io.github.danielliu1123.httpexchange;

import org.springframework.web.service.invoker.HttpServiceProxyFactory;

/**
 * Callback interface that can be used to customize a {@link HttpServiceProxyFactory.Builder}.
 *
 * @author Freeman
 * @since 3.2.2
 */
@FunctionalInterface
public interface HttpServiceProxyFactoryCustomizer {

    /**
     * Customize the {@link HttpServiceProxyFactory.Builder}.
     *
     * @param builder the builder to customize
     */
    void customize(HttpServiceProxyFactory.Builder builder);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy