public class AsyncProcessorTool extends Object
| Constructor and Description |
|---|
AsyncProcessorTool() |
| Modifier and Type | Method and Description |
|---|---|
static void |
process(AsyncProcessor processor,
ProcessContext processContext)
Calls the async of the processor's process method and waits
for it to complete before returning.
|
public static void process(AsyncProcessor processor, ProcessContext processContext) throws Exception
AsyncProcessor
objects to implement their sync version of the process method.processor - the processorprocessContext - the contextException - can be thrown if waiting is interruptedCopyright © 2003–2019 eXo Platform SAS. All rights reserved.