org.terracotta.async
Interface ItemProcessor2<I>

All Superinterfaces:
ItemProcessor<I>

public interface ItemProcessor2<I>
extends ItemProcessor<I>

Author:
Alex Snaps

Method Summary
 void throwAway(I item, RuntimeException e)
           
 
Methods inherited from interface org.terracotta.async.ItemProcessor
process, process
 

Method Detail

throwAway

void throwAway(I item,
               RuntimeException e)


Copyright © 2015 Terracotta, Inc.. All Rights Reserved.