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

org.noear.water.protocol.MsgBroker Maven / Gradle / Ivy

There is a newer version: 2.14.2
Show newest version
package org.noear.water.protocol;

import java.io.Closeable;

/**
 * @author noear 2021/11/1 created
 */
public interface MsgBroker extends Closeable {
    /**
     * 获取名字
     * */
    String getName();

    /**
     * 获取队列
     * */
    MsgQueue getQueue();
    /**
     * 获取存储源
     * */
    MsgSource getSource();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy