类的使用
cn.myafx.rabbitmq.PubConfig
-
cn.myafx.rabbitmq中PubConfig的使用
返回PubConfig的cn.myafx.rabbitmq中的方法修饰符和类型方法说明PubConfig.copy()复制IMQConfig.getPubConfig(String name) 获取配置生产者MQConfig.getPubConfig(String name) 获取配置生产者参数类型为PubConfig的cn.myafx.rabbitmq中的方法修饰符和类型方法说明<T> booleanIMQPool.pub(List<T> msgList, PubConfig config, Integer expire, Boolean persistent, Map<String, Object> headers) 发布消息<T> booleanIMQPool.pub(T msg, PubConfig config, Integer expire, Boolean persistent, Map<String, Object> headers) 发布消息<T> booleanMQPool.pub(List<T> msgList, PubConfig config, Integer expire, Boolean persistent, Map<String, Object> headers) 发布消息<T> boolean发布消息<T> booleanIMQPool.pubDelay(List<T> msgList, PubConfig config, Integer delay, Boolean persistent, Map<String, Object> headers) 发布延迟消息<T> booleanIMQPool.pubDelay(T msg, PubConfig config, Integer delay, Boolean persistent, Map<String, Object> headers) 发布延迟消息<T> booleanMQPool.pubDelay(List<T> msgList, PubConfig config, Integer delay, Boolean persistent, Map<String, Object> headers) 发布延迟消息<T> booleanMQPool.pubDelay(T msg, PubConfig config, Integer delay, Boolean persistent, Map<String, Object> headers) 发布延迟消息