All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.fezlight.eventsystem.config.EventSchedulerLockConfig Maven / Gradle / Ivy

Go to download

This library is dedicated for Spring Boot application and is an implementation of an event system integrated with RabbitMQ and Spring-Modulith-Events.

The newest version!
package fr.fezlight.eventsystem.config;

import net.javacrumbs.shedlock.spring.annotation.EnableSchedulerLock;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;

@EnableSchedulerLock(defaultLockAtMostFor = "PT1M")
@ConditionalOnProperty(value = "events.scheduled-task.lock-enabled", havingValue = "true")
public class EventSchedulerLockConfig {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy