|
Move Method public getState(channel Channel) : NettyCamelState from class org.apache.camel.component.netty4.NettyProducer to public getState(ctx ChannelHandlerContext, channel Channel, msg Object) : NettyCamelState from class org.apache.camel.component.netty4.DefaultNettyCamelStateCorrelationManager |
From |
To |
|
Move Method public putState(channel Channel, state NettyCamelState) : void from class org.apache.camel.component.netty4.NettyProducer to public putState(channel Channel, state NettyCamelState) : void from class org.apache.camel.component.netty4.DefaultNettyCamelStateCorrelationManager |
From |
To |
|
Move Method public removeState(channel Channel) : void from class org.apache.camel.component.netty4.NettyProducer to public removeState(ctx ChannelHandlerContext, channel Channel) : void from class org.apache.camel.component.netty4.DefaultNettyCamelStateCorrelationManager |
From |
To |