Class BatchProperties
- java.lang.Object
-
- pl.allegro.tech.hermes.consumers.config.BatchProperties
-
@ConfigurationProperties(prefix="consumer.batch") public class BatchProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BatchProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxPoolSize()intgetPoolableSize()voidsetMaxPoolSize(int maxPoolSize)voidsetPoolableSize(int poolableSize)
-