Uses of Interface
com.github.kagkarlsson.scheduler.boot.config.DbSchedulerCustomizer
-
Packages that use DbSchedulerCustomizer Package Description com.github.kagkarlsson.scheduler.boot.autoconfigure -
-
Uses of DbSchedulerCustomizer in com.github.kagkarlsson.scheduler.boot.autoconfigure
Methods in com.github.kagkarlsson.scheduler.boot.autoconfigure that return DbSchedulerCustomizer Modifier and Type Method Description DbSchedulerCustomizerDbSchedulerAutoConfiguration. noopCustomizer()Provide an empty customizer if not present in the context.Methods in com.github.kagkarlsson.scheduler.boot.autoconfigure with parameters of type DbSchedulerCustomizer Modifier and Type Method Description SchedulerDbSchedulerAutoConfiguration. scheduler(DbSchedulerCustomizer customizer, StatsRegistry registry)
-