Package org.apache.camel.component.netty
Class NettyCamelState
- java.lang.Object
-
- org.apache.camel.component.netty.NettyCamelState
-
public final class NettyCamelState extends Object
Stores state forNettyProducer
when sending messages. This allows theClientChannelHandler
to access this state, which is needed so we can get hold of the currentExchange
and theAsyncCallback
so we can continue routing the message in the Camel routing engine.
-
-
Constructor Summary
Constructors Constructor Description NettyCamelState(org.apache.camel.AsyncCallback callback, org.apache.camel.Exchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.AsyncCallback
getCallback()
org.apache.camel.Exchange
getExchange()
-