Uses of Interface
ch.ivyteam.ivy.request.async.IvyAsyncExecutor
Packages that use IvyAsyncExecutor
-
Uses of IvyAsyncExecutor in ch.ivyteam.ivy.request.async
Methods in ch.ivyteam.ivy.request.async that return IvyAsyncExecutorModifier and TypeMethodDescriptionstatic IvyAsyncExecutorIvyAsyncExecutor.create()Creates an executor with the current Ivy context.IvyAsyncExecutor.executor(ExecutorService executor) Allows to provide a custom executor service to be used by the executor.
By default, the executor service provided byForkJoinPool.commonPool()is used.
Executor services provided to this method will beExecutorService.shutdown()automatically once the request that created the executor is finished.IvyAsyncExecutor.pmv(IProcessModelVersion pmv) Sets the process model version of the Ivy context used by the executor.Sets the session of the Ivy context used by the executor.