| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.management.mbean |
Camel management JMX MBeans
|
| org.apache.camel.processor |
A collection of Processor
implementations which are used to implement the
Enterprise Integration Patterns
|
| Modifier and Type | Method and Description |
|---|---|
StreamCachingStrategy |
CamelContext.getStreamCachingStrategy()
Gets the
StreamCachingStrategy to use. |
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setStreamCachingStrategy(StreamCachingStrategy streamCachingStrategy)
Sets a custom
StreamCachingStrategy to use. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStreamCachingStrategy
Default implementation of
StreamCachingStrategy |
| Modifier and Type | Method and Description |
|---|---|
StreamCachingStrategy |
DefaultCamelContext.getStreamCachingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.setStreamCachingStrategy(StreamCachingStrategy streamCachingStrategy) |
| Modifier and Type | Method and Description |
|---|---|
StreamCachingStrategy |
ManagedStreamCachingStrategy.getStreamCachingStrategy() |
| Constructor and Description |
|---|
ManagedStreamCachingStrategy(CamelContext camelContext,
StreamCachingStrategy streamCachingStrategy) |
| Constructor and Description |
|---|
StreamCachingAdvice(StreamCachingStrategy strategy) |
Apache Camel