Class ReplyQueue

java.lang.Object
com.yahoo.messagebus.jdisc.test.ReplyQueue
All Implemented Interfaces:
com.yahoo.messagebus.ReplyHandler

public class ReplyQueue extends Object implements com.yahoo.messagebus.ReplyHandler
Author:
Simon Thoresen Hult
  • Constructor Details

    • ReplyQueue

      public ReplyQueue()
  • Method Details

    • handleReply

      public void handleReply(com.yahoo.messagebus.Reply reply)
      Specified by:
      handleReply in interface com.yahoo.messagebus.ReplyHandler
    • awaitReply

      public com.yahoo.messagebus.Reply awaitReply(int timeout, TimeUnit unit) throws InterruptedException
      Throws:
      InterruptedException