Package net.javacrumbs.shedlock.core
Interface LockConfigurationExtractor
-
public interface LockConfigurationExtractorExtracts lock parameters from the task.
-
-
Method Summary
Modifier and Type Method Description @NotNull Optional<LockConfiguration>getLockConfiguration(@NotNull Runnable task)
-
-
-
Method Detail
-
getLockConfiguration
@NotNull @NotNull Optional<LockConfiguration> getLockConfiguration(@NotNull @NotNull Runnable task)
-
-