Class NettyChannelBufferStreamCacheOnCompletion

java.lang.Object
org.apache.camel.support.SynchronizationAdapter
org.apache.camel.component.netty.http.NettyChannelBufferStreamCacheOnCompletion
All Implemented Interfaces:
org.apache.camel.Ordered, org.apache.camel.spi.Synchronization, org.apache.camel.spi.SynchronizationVetoable

public class NettyChannelBufferStreamCacheOnCompletion extends org.apache.camel.support.SynchronizationAdapter
A Synchronization to handle the lifecycle of the NettyChannelBufferStreamCache so the cache is released when the unit of work of the Exchange is done.
  • Constructor Details

  • Method Details

    • onDone

      public void onDone(org.apache.camel.Exchange exchange)
      Overrides:
      onDone in class org.apache.camel.support.SynchronizationAdapter