![JAR search and dependency download from the Maven repository](/logo.png)
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