Interface AsyncWebProcessManager

  • All Known Implementing Classes:
    AsyncWebProcessManagerImpl

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

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