类 CustomCorrelationManager
java.lang.Object
org.apache.camel.quarkus.component.netty.CustomCorrelationManager
- 所有已实现的接口:
org.apache.camel.component.netty.NettyCamelStateCorrelationManager
public class CustomCorrelationManager
extends Object
implements org.apache.camel.component.netty.NettyCamelStateCorrelationManager
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.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)
-
构造器详细资料
-
CustomCorrelationManager
public CustomCorrelationManager()
-
-
方法详细资料
-
putState
public void putState(io.netty.channel.Channel channel, org.apache.camel.component.netty.NettyCamelState state) - 指定者:
putState在接口中org.apache.camel.component.netty.NettyCamelStateCorrelationManager
-
removeState
public void removeState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel) - 指定者:
removeState在接口中org.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) - 指定者:
getState在接口中org.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) - 指定者:
getState在接口中org.apache.camel.component.netty.NettyCamelStateCorrelationManager
-