Class QuarkusWorkQueueImpl
java.lang.Object
io.quarkiverse.cxf.transport.http.hc5.QuarkusWorkQueueImpl
- All Implemented Interfaces:
Executor,org.apache.cxf.workqueue.AutomaticWorkQueue,org.apache.cxf.workqueue.WorkQueue
public class QuarkusWorkQueueImpl
extends Object
implements org.apache.cxf.workqueue.AutomaticWorkQueue
Executes the tasks using
ManagedExecutor for the sake of context propagation.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QuarkusWorkQueueImpl
-
-
Method Details
-
execute
-
execute
- Specified by:
executein interfaceorg.apache.cxf.workqueue.WorkQueue
-
schedule
- Specified by:
schedulein interfaceorg.apache.cxf.workqueue.WorkQueue
-
getName
- Specified by:
getNamein interfaceorg.apache.cxf.workqueue.AutomaticWorkQueue
-
shutdown
public void shutdown(boolean processRemainingWorkItems) - Specified by:
shutdownin interfaceorg.apache.cxf.workqueue.AutomaticWorkQueue
-
isShutdown
public boolean isShutdown()- Specified by:
isShutdownin interfaceorg.apache.cxf.workqueue.AutomaticWorkQueue
-