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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      putState in interface org.apache.camel.component.netty.NettyCamelStateCorrelationManager
    • removeState

      public void removeState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel)
      Specified by:
      removeState in interface 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)
      Specified by:
      getState in interface 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)
      Specified by:
      getState in interface org.apache.camel.component.netty.NettyCamelStateCorrelationManager