You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@batchee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2014/03/02 18:33:30 UTC

[jira] [Created] (BATCHEE-18) AsynchronousProcessor

Romain Manni-Bucau created BATCHEE-18:
-----------------------------------------

             Summary: AsynchronousProcessor
                 Key: BATCHEE-18
                 URL: https://issues.apache.org/jira/browse/BATCHEE-18
             Project: BatchEE
          Issue Type: New Feature
            Reporter: Romain Manni-Bucau
            Assignee: Romain Manni-Bucau


<?xml version="1.0" encoding="UTF-8"?>
<job id="async-proc" xmlns="http://xmlns.jcp.org/xml/ns/javaee" version="1.0">
  <step id="step1">
    <chunk>
      <reader ref="..." />
      <processor ref="org.apache.batchee.extras.async.AsynchronousItemProcessor">
        <properties>
          <property name="poolSize" value="2" />
          <property name="delegateRef" value="..." />
        </properties>
      </processor>
      <writer ref="..." />
    </chunk>
  </step>
</job>

return a Future and processes items async



--
This message was sent by Atlassian JIRA
(v6.2#6252)