Package | Description |
---|---|
org.apache.camel.component.netty4 |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNettyCamelStateCorrelationManager |
class |
TimeoutCorrelationManagerSupport
A base class for using
NettyCamelStateCorrelationManager that supports timeout. |
Modifier and Type | Method and Description |
---|---|
NettyCamelStateCorrelationManager |
NettyProducer.getCorrelationManager() |
NettyCamelStateCorrelationManager |
NettyConfiguration.getCorrelationManager() |
Modifier and Type | Method and Description |
---|---|
void |
NettyConfiguration.setCorrelationManager(NettyCamelStateCorrelationManager correlationManager)
To use a custom correlation manager to manage how request and reply messages are mapped when using request/reply with the netty producer.
|
Apache Camel