public interface AsyncCmisExecutor
Modifier and Type | Method and Description |
---|---|
void |
execute(javax.servlet.AsyncContext asyncContext,
Runnable runnable)
Executes a CMIS request.
|
void execute(javax.servlet.AsyncContext asyncContext, Runnable runnable)
asyncContext
- the AsyncContext
objectrunnable
- the Runnable
that executes the requestRejectedExecutionException
- if the request could not be scheduled for executionCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.