Package | Description |
---|---|
org.apache.camel |
The core Camel API.
|
org.apache.camel.component.direct |
The Direct Component which synchronously invokes
all the consumers when a producer sends an exchange to the endpoint.
|
org.apache.camel.component.file |
The File Component for working with file systems.
|
org.apache.camel.component.seda | |
org.apache.camel.impl |
Default implementation classes for Camel Core
|
org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
org.apache.camel.spi |
Service Provider Interfaces used internally by the Camel runtime which are plugin strategies.
|
Modifier and Type | Method and Description |
---|---|
ShutdownRunningTask |
RuntimeConfiguration.getShutdownRunningTask()
Gets the ShutdownRunningTask option in use when shutting down a route.
|
static ShutdownRunningTask |
ShutdownRunningTask.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShutdownRunningTask[] |
ShutdownRunningTask.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RuntimeConfiguration.setShutdownRunningTask(ShutdownRunningTask shutdownRunningTask)
Sets the ShutdownRunningTask option to use when shutting down a route.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DirectConsumer.deferShutdown(ShutdownRunningTask shutdownRunningTask) |
Modifier and Type | Field and Description |
---|---|
protected ShutdownRunningTask |
GenericFileConsumer.shutdownRunningTask |
Modifier and Type | Method and Description |
---|---|
boolean |
SedaConsumer.deferShutdown(ShutdownRunningTask shutdownRunningTask) |
Modifier and Type | Field and Description |
---|---|
protected ShutdownRunningTask |
ScheduledBatchPollingConsumer.shutdownRunningTask |
Modifier and Type | Method and Description |
---|---|
ShutdownRunningTask |
DefaultRouteContext.getShutdownRunningTask() |
ShutdownRunningTask |
DefaultCamelContext.getShutdownRunningTask() |
Modifier and Type | Method and Description |
---|---|
boolean |
ScheduledBatchPollingConsumer.deferShutdown(ShutdownRunningTask shutdownRunningTask) |
void |
DefaultRouteContext.setShutdownRunningTask(ShutdownRunningTask shutdownRunningTask) |
void |
DefaultCamelContext.setShutdownRunningTask(ShutdownRunningTask shutdownRunningTask) |
Modifier and Type | Method and Description |
---|---|
ShutdownRunningTask |
RouteDefinition.getShutdownRunningTask() |
Modifier and Type | Method and Description |
---|---|
void |
RouteDefinition.setShutdownRunningTask(ShutdownRunningTask shutdownRunningTask) |
RouteDefinition |
RouteDefinition.shutdownRunningTask(ShutdownRunningTask shutdownRunningTask)
Configures a shutdown running task option.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ShutdownAware.deferShutdown(ShutdownRunningTask shutdownRunningTask)
To defer shutdown during first phase of shutdown.
|
Apache Camel