de.flapdoodle.embedmongo.io
Interface IStreamProcessor

All Known Implementing Classes:
ConsoleOutputStreamProcessor, LoggingOutputStreamProcessor, LogWatchStreamProcessor, NamedOutputStreamProcessor, NullProcessor, StreamToLineProcessor

public interface IStreamProcessor

Stream Processor interface


Method Summary
 void onProcessed()
           
 void process(String block)
           
 

Method Detail

process

void process(String block)

onProcessed

void onProcessed()


Copyright © 2012. All Rights Reserved.