Uses of Interface
org.exoplatform.social.common.service.AsyncProcessor
Packages that use AsyncProcessor
Package
Description
-
Uses of AsyncProcessor in org.exoplatform.social.common.service
Methods in org.exoplatform.social.common.service with parameters of type AsyncProcessorModifier and TypeMethodDescriptionSocialServiceExecutor.async(AsyncProcessor asyncProcessor, ProcessContext processContext) SocialServiceExecutor.async(AsyncProcessor asyncProcessor, ProcessContext processContext, AsyncCallback callback) 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 AsyncProcessorModifier and TypeMethodDescriptionSocialServiceExecutorImpl.async(AsyncProcessor asyncProcessor, ProcessContext processContext) SocialServiceExecutorImpl.async(AsyncProcessor asyncProcessor, ProcessContext processContext, AsyncCallback callback) 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 AsyncProcessorModifier and TypeMethodDescriptionstatic voidAsyncProcessorTool.process(AsyncProcessor processor, ProcessContext processContext) Calls the async of the processor's process method and waits for it to complete before returning.