public interface CamelCommand
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(CamelController camelController,
PrintStream out,
PrintStream err)
Executes the given command.
|
Object execute(CamelController camelController, PrintStream out, PrintStream err) throws Exception
camelController - the Camel controller to access Camel informationout - the output printer streamerr - the error print streamException - is thrown if error executing commandApache Camel