Interface ExecutionContextExecutor

All Known Implementing Classes:
PlatformThreadsExecutionContextExecutor, VirtualThreadsExecutionContextExecutor

public interface ExecutionContextExecutor
Interface to implement ExecutionContextExecutor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method to wait for the executor to finish
    void
    execute(ExecutionContext executionContext)
    Method to execute the ExecutionContext
  • Method Details

    • execute

      void execute(ExecutionContext executionContext)
      Method to execute the ExecutionContext
      Parameters:
      executionContext - executionContext
    • await

      void await()
      Method to wait for the executor to finish