Interface AsyncWebProcessManager

All Known Implementing Classes:
AsyncWebProcessManagerImpl

public interface AsyncWebProcessManager
Created by Viliam Repan (lazyman).
  • Method Details

    • 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)
    • submit

      void submit(@NotNull @NotNull String processId, Runnable runnable)
    • submit

      void submit(@NotNull @NotNull String processId, @NotNull @NotNull Callable callable)