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

com.tvd12.ezymq.common.annotation.EzyConsumerAnnotationProperties Maven / Gradle / Ivy

The newest version!
package com.tvd12.ezymq.common.annotation;

import lombok.AllArgsConstructor;
import lombok.Getter;

@Getter
@AllArgsConstructor
public class EzyConsumerAnnotationProperties {

    private String topic;
    private String command;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy