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

com.taobao.hsf.InvocationHandler Maven / Gradle / Ivy

package com.taobao.hsf;

import com.taobao.hsf.util.concurrent.ListenableFuture;

/**
 * Created by ifree613 on 2017/8/11.
 */
public interface InvocationHandler {
    ListenableFuture invoke(Invocation invocation) throws Throwable;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy