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

io.github.rhwayfun.springboot.rocketmq.starter.common.RocketMqConsumerMBean Maven / Gradle / Ivy

package io.github.rhwayfun.springboot.rocketmq.starter.common;

import java.util.List;

/**
 * @author rhwayfun
 * @since 0.0.1
 */
public class RocketMqConsumerMBean{

    /**
     * consumer beans container.
     *
     */
    private List consumers;

    public List getConsumers() {
        return consumers;
    }

    public void setConsumers(List consumers) {
        this.consumers = consumers;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy