Class SendSession

java.lang.Object
com.yahoo.feedapi.SendSession

public abstract class SendSession extends Object
Wrapper class to send Messages. Used instead of using a MessageBus session directly so that unit tests can be more easily made.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract void
     
    protected abstract com.yahoo.messagebus.Result
    onSend(com.yahoo.messagebus.Message m, boolean blockIfQueueIsFull)
     
    com.yahoo.messagebus.Result
    send(com.yahoo.messagebus.Message m, boolean blockIfQueueIsFull)
     

    Methods inherited from class java.lang.Object

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

    • SendSession

      public SendSession()
  • Method Details