스케줄러 구조 리팩토링
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
package com.caliverse.admin.scheduler;
|
||||
|
||||
import com.caliverse.admin.scheduler.config.ScheduleExecutionConfig;
|
||||
import com.caliverse.admin.scheduler.entity.SchedulerType;
|
||||
|
||||
public interface Scheduler {
|
||||
void execute();
|
||||
boolean isRepeatable();
|
||||
ScheduleType getScheduleType();
|
||||
ScheduleExecutionConfig getSchedulerConfig();
|
||||
SchedulerType getSchedulerType();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user