Class TopicFlowController

java.lang.Object
com.swiftmq.swiftlet.queue.FlowController
com.swiftmq.impl.topic.standard.TopicFlowController

public class TopicFlowController extends com.swiftmq.swiftlet.queue.FlowController
  • Field Summary

    Fields inherited from class com.swiftmq.swiftlet.queue.FlowController

    lastDelay, queueSize, receiveCount, receiveCountCalls, receiverCount, sentCount, sentCountCalls, timestamp
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    void
    setLastDelay(long lastDelay)
     

    Methods inherited from class com.swiftmq.swiftlet.queue.FlowController

    getLastDelay, getStartQueueSize, setQueueSize, setReceiveMessageCount, setReceiverCount, setSentMessageCount, toString

    Methods inherited from class Object

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

    • TopicFlowController

      public TopicFlowController()
  • Method Details

    • setLastDelay

      public void setLastDelay(long lastDelay)
    • getNewDelay

      public long getNewDelay()
      Specified by:
      getNewDelay in class com.swiftmq.swiftlet.queue.FlowController