How can i access the ThreadFactory in Quarkus, so that i can create threads that are managed by the container?

前端 未结 0 1827
清酒与你
清酒与你 2021-01-13 11:14

In Java EE Normally i can inject the ThreadFactory like this

@Resource
private ManagedThreadFactory threadFactory;
相关标签:
回答
  • 消灭零回复
提交回复
热议问题