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