Type Parameters:
I - type of input value
O - type of output value

public interface RawExecutorCallback<I,O>
Raw executor callback.
  • Method Details

    • execute

      Collection<O> execute(Collection<I> inputs, boolean isTrunkThread, Map<String,Object> dataMap) throws SQLException
      Execute.
      Parameters:
      inputs - input values
      isTrunkThread - is execution in trunk thread
      dataMap - data map
      Returns:
      execution results
      Throws:
      SQLException - throw when execute failure