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

com.lmaye.cloud.starter.delay.queue.service.DelayQueueService Maven / Gradle / Ivy

There is a newer version: 1.2.29
Show newest version
package com.lmaye.cloud.starter.delay.queue.service;

/**
 * -- Delay Queue Service
 *
 * @author Lmay Zhou
 * @date 2021/12/17 10:32
 * @email [email protected]
 * @since JDK1.8
 */
public interface DelayQueueService {
    /**
     * 任务处理
     */
    void taskHandle();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy