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

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

There is a newer version: 1.8.3
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy