Package | Description |
---|---|
org.apache.camel.component.netty4 |
Modifier and Type | Method and Description |
---|---|
NettyCamelState |
NettyProducer.getState(io.netty.channel.Channel channel)
To get the
NettyCamelState from the given channel. |
Modifier and Type | Method and Description |
---|---|
void |
NettyProducer.putState(io.netty.channel.Channel channel,
NettyCamelState state)
Put the
NettyCamelState into the map use the given channel as the key |
Apache Camel