com.lmaye.cloud.starter.delay.queue.service.DelayQueueService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lms-cloud-starter-delay-queue Show documentation
Show all versions of lms-cloud-starter-delay-queue Show documentation
LMS Cloud Delay Queue Starter project for Spring Boot
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