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

fr.fezlight.eventsystem.models.Event 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.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