Class BambooEventThreadPoolConfiguration

  • All Implemented Interfaces:
    com.atlassian.event.config.EventThreadPoolConfiguration

    public class BambooEventThreadPoolConfiguration
    extends Object
    implements com.atlassian.event.config.EventThreadPoolConfiguration
    • Constructor Detail

      • BambooEventThreadPoolConfiguration

        public BambooEventThreadPoolConfiguration()
    • Method Detail

      • getCorePoolSize

        public int getCorePoolSize()
        Specified by:
        getCorePoolSize in interface com.atlassian.event.config.EventThreadPoolConfiguration
      • getMaximumPoolSize

        public int getMaximumPoolSize()
        Specified by:
        getMaximumPoolSize in interface com.atlassian.event.config.EventThreadPoolConfiguration
      • getKeepAliveTime

        public long getKeepAliveTime()
        Specified by:
        getKeepAliveTime in interface com.atlassian.event.config.EventThreadPoolConfiguration
      • getTimeUnit

        public TimeUnit getTimeUnit()
        Specified by:
        getTimeUnit in interface com.atlassian.event.config.EventThreadPoolConfiguration