Class MbusResponse

java.lang.Object
com.yahoo.jdisc.Response
com.yahoo.messagebus.jdisc.MbusResponse

public class MbusResponse extends com.yahoo.jdisc.Response
Author:
Simon Thoresen Hult
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.yahoo.jdisc.Response

    com.yahoo.jdisc.Response.Status
  • Constructor Summary

    Constructors
    Constructor
    Description
    MbusResponse(int status, com.yahoo.messagebus.Reply reply)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.yahoo.messagebus.Reply
     

    Methods inherited from class com.yahoo.jdisc.Response

    context, dispatchTimeout, getError, getRequestType, getStatus, headers, setError, setRequestType, setStatus

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MbusResponse

      public MbusResponse(int status, com.yahoo.messagebus.Reply reply)
  • Method Details

    • getReply

      public com.yahoo.messagebus.Reply getReply()