Uses of Interface
de.bytefish.pgbulkinsert.bulkprocessor.handler.IBulkWriteHandler
Packages that use IBulkWriteHandler
Package
Description
-
Uses of IBulkWriteHandler in de.bytefish.pgbulkinsert.bulkprocessor
Constructors in de.bytefish.pgbulkinsert.bulkprocessor with parameters of type IBulkWriteHandlerModifierConstructorDescriptionBulkProcessor(IBulkWriteHandler<TEntity> handler, int bulkSize) BulkProcessor(IBulkWriteHandler<TEntity> handler, int bulkSize, Duration flushInterval) -
Uses of IBulkWriteHandler in de.bytefish.pgbulkinsert.bulkprocessor.handler
Classes in de.bytefish.pgbulkinsert.bulkprocessor.handler that implement IBulkWriteHandler