Package org.killbill.billing.jaxrs
Class JaxrsExecutors
- java.lang.Object
-
- org.killbill.billing.jaxrs.JaxrsExecutors
-
public class JaxrsExecutors extends Object
-
-
Constructor Summary
Constructors Constructor Description JaxrsExecutors(JaxrsConfig JaxrsConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutorServicegetJaxrsExecutorService()voidinitialize()voidstop()
-
-
-
Constructor Detail
-
JaxrsExecutors
@Inject public JaxrsExecutors(JaxrsConfig JaxrsConfig)
-
-
Method Detail
-
initialize
public void initialize()
-
stop
public void stop() throws InterruptedException- Throws:
InterruptedException
-
getJaxrsExecutorService
public ExecutorService getJaxrsExecutorService()
-
-