| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMainShutdownStrategy
Implementation of
MainShutdownStrategy that add a virtual machine shutdown hook to properly stop the main
instance. |
class |
SimpleMainShutdownStrategy |
| Modifier and Type | Field and Description |
|---|---|
protected MainShutdownStrategy |
MainSupport.shutdownStrategy |
| Modifier and Type | Method and Description |
|---|---|
MainShutdownStrategy |
MainSupport.getShutdownStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
MainSupport.setShutdownStrategy(MainShutdownStrategy shutdownStrategy)
Set the
MainShutdownStrategy used to properly shut-down the main instance. |
| Constructor and Description |
|---|
MainDurationEventNotifier(org.apache.camel.CamelContext camelContext,
int maxMessages,
long maxIdleSeconds,
MainShutdownStrategy shutdownStrategy,
boolean stopCamelContext) |
MainLifecycleStrategy(MainShutdownStrategy shutdownStrategy) |
Apache Camel