Interface LongOperationThreadExecutor

  • All Known Subinterfaces:
    CockpitThreadContextCreator

    public interface LongOperationThreadExecutor
    Executes long operation in new thread.
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void execute​(java.lang.Runnable runnable)
      Executes given operation in a new thread.
    • Method Detail

      • execute

        default void execute​(java.lang.Runnable runnable)
        Executes given operation in a new thread.
        Parameters:
        runnable - operation to be executed.