Interface ExtendedLockConfigurationExtractor

All Superinterfaces:
net.javacrumbs.shedlock.core.LockConfigurationExtractor

public interface ExtendedLockConfigurationExtractor extends net.javacrumbs.shedlock.core.LockConfigurationExtractor
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<net.javacrumbs.shedlock.core.LockConfiguration>
    getLockConfiguration(Object object, Method method, Object[] parameterValues)
    Extracts lock configuration for given method

    Methods inherited from interface net.javacrumbs.shedlock.core.LockConfigurationExtractor

    getLockConfiguration
  • Method Details

    • getLockConfiguration

      Optional<net.javacrumbs.shedlock.core.LockConfiguration> getLockConfiguration(Object object, Method method, Object[] parameterValues)
      Extracts lock configuration for given method