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

com.icthh.xm.commons.topic.domain.DynamicConsumer Maven / Gradle / Ivy

The newest version!
package com.icthh.xm.commons.topic.domain;

import com.icthh.xm.commons.topic.message.MessageHandler;
import lombok.Data;

@Data
public class DynamicConsumer {
    private TopicConfig config;
    private MessageHandler messageHandler;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy