Package se.laz.casual.network.outbound
Class JEEConcurrencyFactory
java.lang.Object
se.laz.casual.network.outbound.JEEConcurrencyFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.enterprise.concurrent.ManagedExecutorServiceGets default managed executor service - on jboss On wls it will throw CasualResourceAdapterException unless a direct JNDI-name is configured
-
Method Details
-
getManagedExecutorService
public static jakarta.enterprise.concurrent.ManagedExecutorService getManagedExecutorService()Gets default managed executor service - on jboss On wls it will throw CasualResourceAdapterException unless a direct JNDI-name is configured- Returns:
- an ExecutorService
-