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