类 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.NettyCamelState
    getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Object msg)
     
    org.apache.camel.component.netty.NettyCamelState
    getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Throwable cause)
     
    void
    putState(io.netty.channel.Channel channel, org.apache.camel.component.netty.NettyCamelState state)
     
    void
    removeState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • 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