Package com.yahoo.messagebus.jdisc.test
Class ReplyQueue
java.lang.Object
com.yahoo.messagebus.jdisc.test.ReplyQueue
- All Implemented Interfaces:
com.yahoo.messagebus.ReplyHandler
- Author:
- Simon Thoresen Hult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.yahoo.messagebus.ReplyawaitReply(int timeout, TimeUnit unit) voidhandleReply(com.yahoo.messagebus.Reply reply)
-
Constructor Details
-
ReplyQueue
public ReplyQueue()
-
-
Method Details
-
handleReply
public void handleReply(com.yahoo.messagebus.Reply reply) - Specified by:
handleReplyin interfacecom.yahoo.messagebus.ReplyHandler
-
awaitReply
public com.yahoo.messagebus.Reply awaitReply(int timeout, TimeUnit unit) throws InterruptedException - Throws:
InterruptedException
-