Uses of Class
org.apache.camel.component.beanstalk.BeanstalkCommand
-
Packages that use BeanstalkCommand Package Description org.apache.camel.component.beanstalk -
-
Uses of BeanstalkCommand in org.apache.camel.component.beanstalk
Methods in org.apache.camel.component.beanstalk that return BeanstalkCommand Modifier and Type Method Description BeanstalkCommand
BeanstalkEndpoint. getCommand()
BeanstalkCommand
BeanstalkConsumer. getOnFailure()
BeanstalkCommand
BeanstalkEndpoint. getOnFailure()
static BeanstalkCommand
BeanstalkCommand. valueOf(String name)
Returns the enum constant of this type with the specified name.static BeanstalkCommand[]
BeanstalkCommand. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.beanstalk with parameters of type BeanstalkCommand Modifier and Type Method Description void
BeanstalkEndpoint. setCommand(BeanstalkCommand command)
put means to put the job into Beanstalk.void
BeanstalkConsumer. setOnFailure(BeanstalkCommand onFailure)
void
BeanstalkEndpoint. setOnFailure(BeanstalkCommand onFailure)
Command to use when processing failed.
-