Uses of Interface
org.apache.camel.component.netty.NettyCamelStateCorrelationManager
Packages that use NettyCamelStateCorrelationManager
-
Uses of NettyCamelStateCorrelationManager in org.apache.camel.component.netty
Classes in org.apache.camel.component.netty that implement NettyCamelStateCorrelationManagerModifier and TypeClassDescriptionclassclassA base class for usingNettyCamelStateCorrelationManagerthat supports timeout.Methods in org.apache.camel.component.netty that return NettyCamelStateCorrelationManagerModifier and TypeMethodDescriptionNettyConfiguration.getCorrelationManager()NettyProducer.getCorrelationManager()Methods in org.apache.camel.component.netty with parameters of type NettyCamelStateCorrelationManagerModifier and TypeMethodDescriptionvoidNettyConfiguration.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.