kz.greetgo.scheduling.context.SchedulerContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of greetgo.scheduling Show documentation
Show all versions of greetgo.scheduling Show documentation
Scheduler using in greetgo!
package kz.greetgo.scheduling.context;
import kz.greetgo.scheduling.ExceptionCatcher;
import kz.greetgo.scheduling.ThrowableCatcher;
import kz.greetgo.scheduling.context.ContentStore;
public interface SchedulerContext {
ContentStore configContent();
ContentStore configError();
ExceptionCatcher exceptionCatcher();
ThrowableCatcher throwableCatcher();
String machineId();
}