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

cn.wusifx.zabbix.RequestHandler Maven / Gradle / Ivy

There is a newer version: 4.0.1
Show newest version
package cn.wusifx.zabbix;

import feign.RequestInterceptor;
import feign.RequestTemplate;

public class RequestHandler implements RequestInterceptor {
    @Override
    public void apply(RequestTemplate requestTemplate) {
        //System.out.println(requestTemplate);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy