public class EndpointStatisticCommand extends AbstractCamelCommand
| Constructor and Description |
|---|
EndpointStatisticCommand(String context,
boolean decode,
String[] filter) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(CamelController camelController,
PrintStream out,
PrintStream err)
Executes the given command.
|
protected boolean |
isValidRow(String direction,
String isStatic,
String isDynamic) |
safeNull, safeNullpublic Object execute(CamelController camelController, PrintStream out, PrintStream err) throws Exception
CamelCommandcamelController - the Camel controller to access Camel informationout - the output printer streamerr - the error print streamException - is thrown if error executing commandApache Camel