fr.fezlight.eventsystem.config.EventSchedulerLockConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-starter-event-system Show documentation
Show all versions of spring-boot-starter-event-system Show documentation
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