| Interface | Description |
|---|---|
| CamelController |
CamelController interface defines the expected behaviors to manipulate Camel resources (context, route, etc).
|
| Class | Description |
|---|---|
| AbstractRouteCommand | |
| BacklogTracerDump |
Command to use the Backlog Tracer.
|
| BacklogTracerInfo |
Command to use the Backlog Tracer.
|
| BacklogTracerStart |
Command to use the Backlog Tracer.
|
| BacklogTracerStop |
Command to use the Backlog Tracer.
|
| ContextInfo |
Command to display detailed information about a Camel context.
|
| ContextList |
List the Camel contexts available in the Karaf instance.
|
| ContextStart |
Command to start a Camel context.
|
| ContextStop |
Command to stop a Camel context.
|
| EndpointList |
List the Camel endpoints available in the Karaf instance.
|
| RouteInfo |
Command to display detailed information about a Camel route.
|
| RouteList |
Command to list all Camel routes.
|
| RouteProfile |
Command to display profile information about a Camel route.
|
| RouteResetStats |
Command to reset route stats.
|
| RouteResume |
Command to resume a route.
|
| RouteShow |
Command to show the route marshaled in XML.
|
| RouteStart |
Command to start a route.
|
| RouteStop |
Command to stop a route.
|
| RouteSuspend |
Command to suspend a route.
|
Apache Camel