fr.fezlight.eventsystem.models.Event 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.models;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import org.springframework.modulith.events.Externalized;
/**
* Interface used to identify an event.
*
* This interface will implement an externalized way for any Event.
*
* @author FezLight
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS)
@Externalized
public interface Event {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy