Class TopicLoadBalancer.State

java.lang.Object
org.apache.camel.processor.loadbalancer.TopicLoadBalancer.State
Enclosing class:
TopicLoadBalancer

protected class TopicLoadBalancer.State extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    State(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, org.apache.camel.AsyncProcessor[] processors)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    done(org.apache.camel.Exchange current)
     
    void
    run()
     

    Methods inherited from class java.lang.Object

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

    • State

      public State(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, org.apache.camel.AsyncProcessor[] processors)
  • Method Details

    • run

      public void run()
    • done

      public void done(org.apache.camel.Exchange current)