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

com.github.nezha.httpfetch.chains.HttpApiChain Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.github.nezha.httpfetch.chains;

import com.github.nezha.httpfetch.*;
import org.springframework.core.Ordered;

/**
 * Created by daiqiang on 16/12/8.
 */
public interface HttpApiChain extends Ordered {

    /**
     * 调用链 调用
     */
    HttpResult doChain(HttpApiInvoker invoker, Invocation invocation);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy