Package com.netflix.graphql.dgs.internal
Class VirtualThreadTaskExecutor
java.lang.Object
com.netflix.graphql.dgs.internal.VirtualThreadTaskExecutor
- All Implemented Interfaces:
Executor,org.springframework.core.task.AsyncTaskExecutor,org.springframework.core.task.TaskExecutor
public class VirtualThreadTaskExecutor
extends Object
implements org.springframework.core.task.AsyncTaskExecutor
Unimplemented version of the VirtualThreadTaskExecutor just for reachability.
The actual implementation is in the java21 source folder, using the multi-release JAR feature.
-
Field Summary
Fields inherited from interface org.springframework.core.task.AsyncTaskExecutor
TIMEOUT_IMMEDIATE, TIMEOUT_INDEFINITE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.task.AsyncTaskExecutor
submitCompletable, submitCompletable
-
Constructor Details
-
VirtualThreadTaskExecutor
public VirtualThreadTaskExecutor()
-
-
Method Details
-
execute
-
execute
Deprecated.- Specified by:
executein interfaceorg.springframework.core.task.AsyncTaskExecutor
-
submit
- Specified by:
submitin interfaceorg.springframework.core.task.AsyncTaskExecutor
-
submit
- Specified by:
submitin interfaceorg.springframework.core.task.AsyncTaskExecutor
-