Package | Description |
---|---|
org.apache.camel.component.beanstalk |
Modifier and Type | Method and Description |
---|---|
BeanstalkCommand |
BeanstalkEndpoint.getCommand() |
BeanstalkCommand |
BeanstalkEndpoint.getOnFailure() |
BeanstalkCommand |
BeanstalkConsumer.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.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanstalkEndpoint.setCommand(BeanstalkCommand command)
put means to put the job into Beanstalk.
|
void |
BeanstalkEndpoint.setOnFailure(BeanstalkCommand onFailure)
Command to use when processing failed.
|
void |
BeanstalkConsumer.setOnFailure(BeanstalkCommand onFailure) |
Apache Camel