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

hprose.util.concurrent.Rejector Maven / Gradle / Ivy

/**********************************************************\
|                                                          |
|                          hprose                          |
|                                                          |
| Official WebSite: http://www.hprose.com/                 |
|                   http://www.hprose.org/                 |
|                                                          |
\**********************************************************/
/**********************************************************\
 *                                                        *
 * Rejector.java                                          *
 *                                                        *
 * Rejector interface for Java.                           *
 *                                                        *
 * LastModified: Apr 10, 2016                             *
 * Author: Ma Bingyao                   *
 *                                                        *
\**********************************************************/
package hprose.util.concurrent;

public interface Rejector {
    void reject(Throwable e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy