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

cn.jiangzeyin.pool.PolicyHandler Maven / Gradle / Ivy

There is a newer version: 1.1.11
Show newest version
package cn.jiangzeyin.pool;

/**
 * Created by jiangzeyin on 2017/12/2.
 */
public enum PolicyHandler {
    Caller,
    Abort,
    Discard,
    DiscardOldest
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy