Class BatchProperties

java.lang.Object
pl.allegro.tech.hermes.consumers.config.BatchProperties

@ConfigurationProperties(prefix="consumer.batch") public class BatchProperties extends Object
  • 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)