| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| Modifier and Type | Method and Description |
|---|---|
ShutdownStrategy |
CamelContext.getShutdownStrategy()
Gets the current shutdown strategy
|
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setShutdownStrategy(ShutdownStrategy shutdownStrategy)
Sets a custom shutdown strategy
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultShutdownStrategy
Default
ShutdownStrategy which uses graceful shutdown. |
| Modifier and Type | Method and Description |
|---|---|
protected ShutdownStrategy |
DefaultCamelContext.createShutdownStrategy() |
ShutdownStrategy |
DefaultCamelContext.getShutdownStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.setShutdownStrategy(ShutdownStrategy shutdownStrategy) |
Apache Camel