Class RemoteClient

java.lang.Object
com.yahoo.messagebus.jdisc.test.RemoteClient

public class RemoteClient extends Object
Author:
Simon Thoresen Hult
  • Method Details

    • sendMessage

      public com.yahoo.messagebus.Result sendMessage(com.yahoo.messagebus.Message msg)
    • awaitReply

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

      public com.yahoo.cloud.config.SlobroksConfig slobroksConfig()
    • close

      public void close()
    • newInstanceWithInternSlobrok

      public static RemoteClient newInstanceWithInternSlobrok(boolean network)
    • newInstanceWithProtocolAndInternSlobrok

      public static RemoteClient newInstanceWithProtocolAndInternSlobrok(com.yahoo.messagebus.Protocol protocol, boolean network)