Class CustomCorrelationManager
- java.lang.Object
-
- org.apache.camel.quarkus.component.netty.CustomCorrelationManager
-
- All Implemented Interfaces:
org.apache.camel.component.netty.NettyCamelStateCorrelationManager
public class CustomCorrelationManager extends Object implements org.apache.camel.component.netty.NettyCamelStateCorrelationManager
-
-
Constructor Summary
Constructors Constructor Description CustomCorrelationManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.component.netty.NettyCamelStategetState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Object msg)org.apache.camel.component.netty.NettyCamelStategetState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Throwable cause)voidputState(io.netty.channel.Channel channel, org.apache.camel.component.netty.NettyCamelState state)voidremoveState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel)
-
-
-
Method Detail
-
putState
public void putState(io.netty.channel.Channel channel, org.apache.camel.component.netty.NettyCamelState state)- Specified by:
putStatein interfaceorg.apache.camel.component.netty.NettyCamelStateCorrelationManager
-
removeState
public void removeState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel)- Specified by:
removeStatein interfaceorg.apache.camel.component.netty.NettyCamelStateCorrelationManager
-
getState
public org.apache.camel.component.netty.NettyCamelState getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Object msg)- Specified by:
getStatein interfaceorg.apache.camel.component.netty.NettyCamelStateCorrelationManager
-
getState
public org.apache.camel.component.netty.NettyCamelState getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Throwable cause)- Specified by:
getStatein interfaceorg.apache.camel.component.netty.NettyCamelStateCorrelationManager
-
-