Class BatchProperties
java.lang.Object
pl.allegro.tech.hermes.consumers.config.BatchProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetMaxPoolSize(int maxPoolSize) voidsetPoolableSize(int poolableSize)
-
Constructor Details
-
BatchProperties
public BatchProperties()
-
-
Method Details
-
getPoolableSize
public int getPoolableSize() -
setPoolableSize
public void setPoolableSize(int poolableSize) -
getMaxPoolSize
public int getMaxPoolSize() -
setMaxPoolSize
public void setMaxPoolSize(int maxPoolSize)
-