Uses of Package
org.marketcetera.modules.async
-
Packages that use org.marketcetera.modules.async Package Description org.marketcetera.modules.async Modules that enable asynchronous processing of data objects in a data flow. -
Classes in org.marketcetera.modules.async used by org.marketcetera.modules.async Class Description SimpleAsyncProcessor A processor module that can be inserted between any two modules within a data flow to decouple the delivery of data from the emitter module and processing of that data in the receiver module.SimpleAsyncProcessor.DataFlowHandler Instances of this class keep track of the queue of data items accumulated for the data flow and the thread that is responsible for processing those items.