Package net.javacrumbs.shedlock.spring
Interface ExtendedLockConfigurationExtractor
- All Superinterfaces:
LockConfigurationExtractor
-
Method Summary
Modifier and TypeMethodDescriptiongetLockConfiguration(Object object, Method method, Object[] parameterValues) Extracts lock configuration for given methodMethods inherited from interface net.javacrumbs.shedlock.core.LockConfigurationExtractor
getLockConfiguration
-
Method Details
-
getLockConfiguration
Optional<LockConfiguration> getLockConfiguration(Object object, Method method, Object[] parameterValues) Extracts lock configuration for given method
-