public interface BatchAsyncJobContainer
| 限定符和类型 | 方法和说明 |
|---|---|
BatchAsyncJobContainer |
cancel() |
List<Object> |
getResult() |
default <V> BatchAsyncJobContainer |
submit(Callable<V> callable) |
<V> BatchAsyncJobContainer |
submit(Callable<V> callable,
boolean enableTransaction) |
default <V> BatchAsyncJobContainer submit(Callable<V> callable)
<V> BatchAsyncJobContainer submit(Callable<V> callable, boolean enableTransaction)
BatchAsyncJobContainer cancel()
Copyright © 2018. All rights reserved.