Uses of Class
com.tangosol.util.processor.AsynchronousProcessor
-
Uses of AsynchronousProcessor in com.tangosol.net.cache
Modifier and TypeClassDescriptionprotected class
Wraps anAsynchronousProcessor
to ensure the result of the EntryProcessor execution is deserialized prior to passing to the provided AsynchronousProcessor.Modifier and TypeFieldDescriptionprotected final AsynchronousProcessor
ContinuousQueryCache.ConverterAsynchronousProcessor.f_processor
The delegateAsynchronousProcessor
.ModifierConstructorDescriptionConstruct the processor to wrap the providedAsynchronousProcessor
in order to ensure results are properly converted prior to return.