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

com.github.hugh.support.TimeoutOperation Maven / Gradle / Ivy

There is a newer version: 2.7.14
Show newest version
package com.github.hugh.support;

/**
 * 超时回调
 *
 * @author hugh
 * @since 2.5.6
 */
@FunctionalInterface
public interface TimeoutOperation {

    /**
     * 执行超时操作。具体操作逻辑由实现该接口的类来决定。
     */
    void doOperation();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy