io.github.benas.easybatch.tutorials.recipes
Class RecipeProcessor

java.lang.Object
  extended by io.github.benas.easybatch.core.api.AbstractRecordProcessor<Recipe>
      extended by io.github.benas.easybatch.tutorials.recipes.RecipeProcessor
All Implemented Interfaces:
RecordProcessor<Recipe,Object>

public class RecipeProcessor
extends AbstractRecordProcessor<Recipe>

Recipe processor.


Constructor Summary
RecipeProcessor()
           
 
Method Summary
 void processRecord(Recipe recipe)
           
 
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

RecipeProcessor

public RecipeProcessor()
Method Detail

processRecord

public void processRecord(Recipe recipe)
                   throws Exception
Throws:
Exception


Copyright © 2014. All Rights Reserved.