Class RoundRobinServiceChooser

java.lang.Object
org.apache.camel.impl.cloud.RoundRobinServiceChooser
All Implemented Interfaces:
org.apache.camel.cloud.ServiceChooser

public class RoundRobinServiceChooser extends Object implements org.apache.camel.cloud.ServiceChooser
  • Constructor Details

    • RoundRobinServiceChooser

      public RoundRobinServiceChooser()
  • Method Details

    • choose

      public org.apache.camel.cloud.ServiceDefinition choose(List<org.apache.camel.cloud.ServiceDefinition> definitions)
      Specified by:
      choose in interface org.apache.camel.cloud.ServiceChooser
    • toString

      public String toString()
      Overrides:
      toString in class Object