Uses of Interface
org.apache.camel.component.netty.NettyCamelStateCorrelationManager
-
Packages that use NettyCamelStateCorrelationManager Package Description org.apache.camel.component.netty -
-
Uses of NettyCamelStateCorrelationManager in org.apache.camel.component.netty
Classes in org.apache.camel.component.netty that implement NettyCamelStateCorrelationManager Modifier and Type Class Description class
DefaultNettyCamelStateCorrelationManager
class
TimeoutCorrelationManagerSupport
A base class for usingNettyCamelStateCorrelationManager
that supports timeout.Methods in org.apache.camel.component.netty that return NettyCamelStateCorrelationManager Modifier and Type Method Description NettyCamelStateCorrelationManager
NettyConfiguration. getCorrelationManager()
NettyCamelStateCorrelationManager
NettyProducer. getCorrelationManager()
Methods in org.apache.camel.component.netty with parameters of type NettyCamelStateCorrelationManager Modifier and Type Method 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.
-