public class NettyChannelBufferStreamCacheOnCompletion
extends org.apache.camel.support.SynchronizationAdapter
Synchronization
to handle the lifecycle of the NettyChannelBufferStreamCache
so the cache is released when the unit of work of the Exchange is done.Constructor and Description |
---|
NettyChannelBufferStreamCacheOnCompletion(NettyChannelBufferStreamCache cache) |
Modifier and Type | Method and Description |
---|---|
void |
onDone(org.apache.camel.Exchange exchange) |
public NettyChannelBufferStreamCacheOnCompletion(NettyChannelBufferStreamCache cache)
Apache Camel