io.github.benas.easybatch.tutorials.advanced
Class GreetingJsonGenerator

java.lang.Object
  extended by io.github.benas.easybatch.core.api.AbstractRecordProcessor<Greeting>
      extended by io.github.benas.easybatch.tutorials.advanced.GreetingJsonGenerator
All Implemented Interfaces:
RecordProcessor<Greeting,Object>

public class GreetingJsonGenerator
extends AbstractRecordProcessor<Greeting>

A record processor that generates greeting data in JSON format.

Author:
benas (md.benhassine@gmail.com)

Constructor Summary
GreetingJsonGenerator()
           
 
Method Summary
 void processRecord(Greeting greeting)
           
 
Methods inherited from class io.github.benas.easybatch.core.api.AbstractRecordProcessor
getEasyBatchResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreetingJsonGenerator

public GreetingJsonGenerator()
Method Detail

processRecord

public void processRecord(Greeting greeting)
                   throws Exception
Throws:
Exception


Copyright © 2014. All Rights Reserved.