Interface AsyncWebProcessManager
- 
- All Known Implementing Classes:
 AsyncWebProcessManagerImpl
public interface AsyncWebProcessManagerCreated by Viliam Repan (lazyman). 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> AsyncWebProcess<T>createProcess()<T> AsyncWebProcess<T>createProcess(T data)AsyncWebProcessgetProcess(@NotNull String processId)booleanremoveProcess(@NotNull String processId)voidsubmit(@NotNull String processId, @NotNull Callable callable)voidsubmit(@NotNull String processId, Runnable runnable) 
 - 
 
- 
- 
Method Detail
- 
createProcess
<T> AsyncWebProcess<T> createProcess(T data)
 
- 
createProcess
<T> AsyncWebProcess<T> createProcess()
 
- 
getProcess
AsyncWebProcess getProcess(@NotNull @NotNull String processId)
 
- 
removeProcess
boolean removeProcess(@NotNull @NotNull String processId) 
 - 
 
 -