RabbitMqService.java 158 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 package com.uccc.number.service; /** * Created by bert on 2021-09-16 15:03 */ public interface RabbitMqService { void sendMsg(String toJSONString); }