ru.tinkoff.kora.scheduling.quartz.SchedulingQuartzConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scheduling-quartz Show documentation
Show all versions of scheduling-quartz Show documentation
Kora scheduling-quartz module
package ru.tinkoff.kora.scheduling.quartz;
import ru.tinkoff.kora.config.common.annotation.ConfigValueExtractor;
@ConfigValueExtractor
public interface SchedulingQuartzConfig {
default boolean waitForJobComplete() {
return true;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy