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 -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.netty.NettyCamelStateorg.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)
-
Constructor Details
-
CustomCorrelationManager
public CustomCorrelationManager()
-
-
Method Details
-
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
-