接口 RocketMQReplyListener<T,R>
-
- 类型参数:
T- the type of data received by the listenerR- the type of data replying to producer
public interface RocketMQReplyListener<T,R>The consumer supporting request-reply should implement this interface.
T - the type of data received by the listenerR - the type of data replying to producerpublic interface RocketMQReplyListener<T,R>