Package mocka.persistence
Class Consumer<T>
java.lang.Object
mocka.persistence.Consumer<T>
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorsConstructorDescriptionConsumer(BlockingQueue<List<?>> queue, JdbcBatchWriter jdbcBatchWriter, Class<T> entityType, CountDownLatch latch) -
Method Summary
-
Constructor Details
-
Consumer
public Consumer(BlockingQueue<List<?>> queue, JdbcBatchWriter jdbcBatchWriter, Class<T> entityType, CountDownLatch latch)
-
-
Method Details