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

com.github.lontime.extkafka.configuration.SpecOption Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.github.lontime.extkafka.configuration;

import java.util.Map;

import lombok.Getter;
import lombok.Setter;

/**
 * @author lontime
 */
@Getter
@Setter
public class SpecOption {

    private String name;

    private Map specs;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy