public abstract class AsyncPathHandler<M extends IModel> extends PathHandler<M>
| Constructor and Description |
|---|
AsyncPathHandler(ExecutorService processExecutor,
ExecutorService responseExecutor,
int variableCnt,
String[] parts) |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
getProcessExecutor() |
ExecutorService |
getResponseExecutor() |
getComponentDescriptor, getModel, getPartsLength, handle, handle, unsupportedMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPathpublic AsyncPathHandler(ExecutorService processExecutor, ExecutorService responseExecutor, int variableCnt, String[] parts)
public ExecutorService getProcessExecutor()
public ExecutorService getResponseExecutor()
Copyright © 2018 Symphony Software Foundation. All rights reserved.