Class BatchProperties


  • @ConfigurationProperties(prefix="consumer.batch")
    public class BatchProperties
    extends java.lang.Object
    • Constructor Detail

      • BatchProperties

        public BatchProperties()
    • Method Detail

      • getPoolableSize

        public int getPoolableSize()
      • setPoolableSize

        public void setPoolableSize​(int poolableSize)
      • getMaxPoolSize

        public int getMaxPoolSize()
      • setMaxPoolSize

        public void setMaxPoolSize​(int maxPoolSize)