Uses of Class
org.marketcetera.modules.async.SimpleAsyncProcessor.DataFlowHandler
-
Packages that use SimpleAsyncProcessor.DataFlowHandler Package Description org.marketcetera.modules.async Modules that enable asynchronous processing of data objects in a data flow. -
-
Uses of SimpleAsyncProcessor.DataFlowHandler in org.marketcetera.modules.async
Fields in org.marketcetera.modules.async with type parameters of type SimpleAsyncProcessor.DataFlowHandler Modifier and Type Field Description private Map<DataFlowID,SimpleAsyncProcessor.DataFlowHandler>SimpleAsyncProcessor. mFlowsThe map of data flows and their handlers.Methods in org.marketcetera.modules.async that return SimpleAsyncProcessor.DataFlowHandler Modifier and Type Method Description private SimpleAsyncProcessor.DataFlowHandlerSimpleAsyncProcessor. getHandler(DataFlowID inFlowID)Fetches the flow handler for the supplied flowID.Methods in org.marketcetera.modules.async with parameters of type SimpleAsyncProcessor.DataFlowHandler Modifier and Type Method Description private voidSimpleAsyncProcessor. addFlow(DataEmitterSupport inSupport, SimpleAsyncProcessor.DataFlowHandler inFlowHandler)Adds the flow handler for the data flow the table of requests and flows.
-