Uses of Interface
org.apache.camel.component.rocketmq.reply.ReplyManager
-
Packages that use ReplyManager Package Description org.apache.camel.component.rocketmq.reply -
-
Uses of ReplyManager in org.apache.camel.component.rocketmq.reply
Classes in org.apache.camel.component.rocketmq.reply that implement ReplyManager Modifier and Type Class Description classRocketMQReplyManagerSupportFields in org.apache.camel.component.rocketmq.reply declared as ReplyManager Modifier and Type Field Description protected ReplyManagerRocketMQReplyHandler. replyManagerMethods in org.apache.camel.component.rocketmq.reply with parameters of type ReplyManager Modifier and Type Method Description StringReplyManager. registerReply(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String messageKey, long requestTimeout)StringRocketMQReplyManagerSupport. registerReply(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String messageKey, long requestTimeout)Constructors in org.apache.camel.component.rocketmq.reply with parameters of type ReplyManager Constructor Description RocketMQReplyHandler(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String messageKey, long timeout)
-