001// Licensed under the MIT license. See LICENSE file in the project root for full license information.
002
003package de.bytefish.pgbulkinsert.configuration;
004
005public interface IConfiguration {
006
007    int getBufferSize();
008
009}