11 lines
1.5 KiB
HTML
11 lines
1.5 KiB
HTML
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:pls="http://www.w3.org/2005/01/pronunciation-lexicon" xmlns:ssml="http://www.w3.org/2001/10/synthesis" xmlns:svg="http://www.w3.org/2000/svg"><head><title>Item Writer</title><link rel="stylesheet" type="text/css" href="docbook-epub.css"/><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"/><link rel="prev" href="ch03s06.xhtml" title="Item Reader"/><link rel="next" href="ch03s08.xhtml" title="Item Processor"/></head><body><header/><section class="section" title="Item Writer" epub:type="subchapter" id="domainItemWriter"><div class="titlepage"><div><div><h2 class="title" style="clear: both">Item Writer</h2></div></div></div>
|
||
|
||
|
||
<p><code class="classname">ItemWriter</code> is an abstraction that
|
||
represents the output of a <code class="classname">Step</code>, one batch
|
||
or chunk of items at a time. Generally, an item writer has no
|
||
knowledge of the input it will receive next, only the item that
|
||
was passed in its current invocation. More details about the
|
||
<code class="classname">ItemWriter</code> interface and its various
|
||
implementations can be found in <a class="xref" href="ch06.xhtml" title="Chapter 6. ItemReaders and ItemWriters">Chapter 6, <em>ItemReaders and ItemWriters</em></a>.</p>
|
||
</section><footer/></body></html> |