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(@Nullable Object object, Method method, @Nullable Object[] parameterValues) Extracts lock configuration for given methodMethods inherited from interface net.javacrumbs.shedlock.core.LockConfigurationExtractor
getLockConfiguration
-
Method Details
-
getLockConfiguration
-