Package org.apache.camel.component.jdbc
Class StreamListIterator
- java.lang.Object
-
- org.apache.camel.component.jdbc.StreamListIterator
-
-
Constructor Summary
Constructors Constructor Description StreamListIterator(org.apache.camel.CamelContext camelContext, String outputClass, BeanRowMapper beanRowMapper, Iterator delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforEachRemaining(Consumer action)booleanhasNext()Objectnext()voidremove()
-
-
-
Constructor Detail
-
StreamListIterator
public StreamListIterator(org.apache.camel.CamelContext camelContext, String outputClass, BeanRowMapper beanRowMapper, Iterator delegate)
-
-
Method Detail
-
forEachRemaining
public void forEachRemaining(Consumer action)
- Specified by:
forEachRemainingin interfaceIterator
-
-