Interface ExecutionContextExecutor
- All Known Implementing Classes:
PlatformThreadsExecutionContextExecutor,VirtualThreadsExecutionContextExecutor
public interface ExecutionContextExecutor
Interface to implement ExecutionContextExecutor
-
Method Summary
Modifier and TypeMethodDescriptionvoidawait()Method to wait for the executor to finishvoidexecute(ExecutionContext executionContext) Method to execute the ExecutionContext
-
Method Details
-
execute
Method to execute the ExecutionContext- Parameters:
executionContext- executionContext
-
await
void await()Method to wait for the executor to finish
-