I - type of inputs valueO - type of outputs valuepublic interface GroupedCallback<I,O>
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<O> |
execute(Collection<I> inputs,
boolean isTrunkThread,
Map<String,Object> dataMap)
Execute.
|
Collection<O> execute(Collection<I> inputs, boolean isTrunkThread, Map<String,Object> dataMap) throws SQLException
inputs - input valuesisTrunkThread - is execution in trunk threaddataMap - data mapSQLException - throw when execute failureCopyright © 2021 The Apache Software Foundation. All rights reserved.