spring-framework / org.springframework.jca.work / WorkManagerTaskExecutor / setBlockUntilCompleted

setBlockUntilCompleted

open fun setBlockUntilCompleted(blockUntilCompleted: Boolean): Unit

Set whether to let #execute block until the work has been completed.

Uses the JCA doWork operation underneath, instead of the default scheduleWork.

See Also
javax.resource.spi.work.WorkManager#doWorkjavax.resource.spi.work.WorkManager#scheduleWork