kz.greetgo.scheduling.collector.SchedulerConfigStoreWithExtensions 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!
The newest version!
package kz.greetgo.scheduling.collector;
public interface SchedulerConfigStoreWithExtensions {
SchedulerConfigStore schedulerConfigStore();
String configExtension();
String configErrorsExtension();
}