Uses of Class
org.apache.camel.component.dummy.Drinks
-
-
Uses of Drinks in org.apache.camel.component.dummy
Methods in org.apache.camel.component.dummy that return Drinks Modifier and Type Method Description Drinks
DummyEndpoint. getDrink()
static Drinks
Drinks. valueOf(String name)
Returns the enum constant of this type with the specified name.static Drinks[]
Drinks. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.dummy with parameters of type Drinks Modifier and Type Method Description void
DummyEndpoint. setDrink(Drinks drink)
What drink to orderConstructors in org.apache.camel.component.dummy with parameters of type Drinks Constructor Description DummyProducer(org.apache.camel.Endpoint endpoint, Drinks drink, int amount, boolean celebrity)
-