RabbitMqService.java 158 Bytes
package com.uccc.number.service;

/**
 * Created by bert on 2021-09-16 15:03
 */
public interface RabbitMqService {

    void sendMsg(String toJSONString);
}