Uses of Class
com.tangosol.util.processor.StreamingAsynchronousProcessor
Packages that use StreamingAsynchronousProcessor
-
Uses of StreamingAsynchronousProcessor in com.tangosol.util
Methods in com.tangosol.util that return StreamingAsynchronousProcessorModifier and TypeMethodDescriptionstatic <K,
V, R> StreamingAsynchronousProcessor <K, V, R> Processors.streamingAsynchronous
(InvocableMap.EntryProcessor<K, V, R> processor, int iUnitOrderId, Consumer<? super Map.Entry<? extends K, ? extends R>> onPartial) Construct a streaming asynchronous processor for a given processor and one or more callbacks.static <K,
V, R> StreamingAsynchronousProcessor <K, V, R> Processors.streamingAsynchronous
(InvocableMap.EntryProcessor<K, V, R> processor, Consumer<? super Map.Entry<? extends K, ? extends R>> onPartial) Construct a streaming asynchronous processor for a given processor and one or more callbacks.