Uses of Interface
org.exoplatform.social.common.service.AsyncProcessor
-
Packages that use AsyncProcessor Package Description org.exoplatform.social.common.service org.exoplatform.social.common.service.impl org.exoplatform.social.common.service.utils -
-
Uses of AsyncProcessor in org.exoplatform.social.common.service
Methods in org.exoplatform.social.common.service with parameters of type AsyncProcessor Modifier and Type Method Description ProcessContextSocialServiceExecutor. async(AsyncProcessor asyncProcessor, ProcessContext processContext)ProcessContextSocialServiceExecutor. async(AsyncProcessor asyncProcessor, ProcessContext processContext, AsyncCallback callback)Future<ProcessContext>SocialServiceExecutor. asyncProcess(AsyncProcessor asyncProcessor, ProcessContext processContext) -
Uses of AsyncProcessor in org.exoplatform.social.common.service.impl
Methods in org.exoplatform.social.common.service.impl with parameters of type AsyncProcessor Modifier and Type Method Description ProcessContextSocialServiceExecutorImpl. async(AsyncProcessor asyncProcessor, ProcessContext processContext)ProcessContextSocialServiceExecutorImpl. async(AsyncProcessor asyncProcessor, ProcessContext processContext, AsyncCallback callback)Future<ProcessContext>SocialServiceExecutorImpl. asyncProcess(AsyncProcessor asyncProcessor, ProcessContext processorContext)protected ProcessContextSocialServiceExecutorImpl. process(AsyncProcessor asyncProcessor, ProcessContext processorContext)Processes Async Processor with ProcessContext -
Uses of AsyncProcessor in org.exoplatform.social.common.service.utils
Methods in org.exoplatform.social.common.service.utils with parameters of type AsyncProcessor Modifier and Type Method Description static voidAsyncProcessorTool. process(AsyncProcessor processor, ProcessContext processContext)Calls the async of the processor's process method and waits for it to complete before returning.
-