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

com.github.vivekkothari.river.bean.MessageKey Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package com.github.vivekkothari.river.bean;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Data;

/**
 * @author vivek.kothari on 15/05/16.
 */
@Data
@JsonIgnoreProperties(ignoreUnknown = true)
public class MessageKey {

    private String database;

    private String table;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy