org.apache.camel.builder
Interface AdviceWithTask


public interface AdviceWithTask

Task or command being executed when using the advice with feature.


Method Summary
 void task()
          The task to execute
 

Method Detail

task

void task()
          throws Exception
The task to execute

Throws:
Exception - is thrown if error during executing the task, or invalid input.


Apache CAMEL