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

io.mosip.authentication.common.service.websub.dto.EventModel Maven / Gradle / Ivy

package io.mosip.authentication.common.service.websub.dto;

import lombok.Data;

/**
 * Instantiates a new event model.
 * @author Loganathan Sekar
 */
@Data
public class EventModel {

    /** The publisher. */
    private String publisher;
    
    /** The topic. */
    private String topic;
    
    /** The published on. */
    private String publishedOn;
    
    /** The event. */
    private T event;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy