Package | Description |
---|---|
org.apache.camel.commands |
Modifier and Type | Class and Description |
---|---|
class |
ComponentListCommand
List all the Camel components that are currently used/loaded in the JVM.
|
class |
ContextInflightCommand
Command to display inflight exchange information
|
class |
ContextInfoCommand
Command to display detailed information about a given
CamelContext . |
class |
ContextResumeCommand
Command to resume a Camel context.
|
class |
ContextStartCommand
Command to start a Camel context.
|
class |
ContextStopCommand
Command to stop a Camel context.
|
class |
ContextSuspendCommand
Command to suspend a Camel context.
|
class |
EipExplainCommand
Explain the Camel EIP.
|
class |
EndpointExplainCommand
Explain the Camel endpoints available in the JVM.
|
class |
EndpointListCommand
List the Camel endpoints available in the JVM.
|
class |
RestApiDocCommand
List the Camel REST services API documentation (requires camel-swagger-java on classpath)
|
class |
RestRegistryListCommand
List the Camel REST services from the Rest registry available in the JVM.
|
class |
RestShowCommand
Command to show the REST marshaled in XML.
|
class |
RouteResetStatsCommand
Command to reset route stats.
|
Apache Camel