Uses of Class
net.javacrumbs.shedlock.spring.annotation.EnableSchedulerLock.InterceptMode
-
Packages that use EnableSchedulerLock.InterceptMode Package Description net.javacrumbs.shedlock.spring.annotation -
-
Uses of EnableSchedulerLock.InterceptMode in net.javacrumbs.shedlock.spring.annotation
Methods in net.javacrumbs.shedlock.spring.annotation that return EnableSchedulerLock.InterceptMode Modifier and Type Method Description EnableSchedulerLock.InterceptModeinterceptMode()Mode of integration, either TaskScheduler is wrapped in a proxy or the scheduled method is proxied to ensure lockingstatic EnableSchedulerLock.InterceptModeEnableSchedulerLock.InterceptMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EnableSchedulerLock.InterceptMode[]EnableSchedulerLock.InterceptMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-