Class ReleaseCommand
- java.lang.Object
-
- org.apache.camel.component.beanstalk.processors.ReleaseCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected BeanstalkEndpoint
endpoint
-
Constructor Summary
Constructors Constructor Description ReleaseCommand(BeanstalkEndpoint endpoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
act(com.surftools.BeanstalkClient.Client client, org.apache.camel.Exchange exchange)
protected void
answerWith(org.apache.camel.Exchange exchange, String header, Object value)
protected org.apache.camel.Message
getAnswerMessage(org.apache.camel.Exchange exchange)
-
-
-
Field Detail
-
endpoint
protected final BeanstalkEndpoint endpoint
-
-
Constructor Detail
-
ReleaseCommand
public ReleaseCommand(BeanstalkEndpoint endpoint)
-
-
Method Detail
-
act
public void act(com.surftools.BeanstalkClient.Client client, org.apache.camel.Exchange exchange) throws org.apache.camel.NoSuchHeaderException
- Throws:
org.apache.camel.NoSuchHeaderException
-
getAnswerMessage
protected org.apache.camel.Message getAnswerMessage(org.apache.camel.Exchange exchange)
-
-