Class ContinuousQueryCache.ConverterAsynchronousProcessor

All Implemented Interfaces:
FlowControl, InvocableMap.EntryProcessor, Serializable, Future
Enclosing class:
ContinuousQueryCache<K,V_BACK,V_FRONT>

protected class ContinuousQueryCache.ConverterAsynchronousProcessor extends AsynchronousProcessor
Wraps an AsynchronousProcessor to ensure the result of the EntryProcessor execution is deserialized prior to passing to the provided AsynchronousProcessor.
Since:
12.2.1.4
See Also: