Class RandomServiceChooser

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

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

    • RandomServiceChooser

      public RandomServiceChooser()
  • 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