C - the consumed element generic typepublic interface Consumer<C>
void provide(C element) throws Exception
element - the provided elementException - any exceptionvoid flush()
throws IOException
IOException - any io exceptionCopyright © 2018. All rights reserved.