Package com.atlassian.bamboo.event.spi
Class BambooEventThreadPoolConfiguration
- java.lang.Object
-
- com.atlassian.bamboo.event.spi.BambooEventThreadPoolConfiguration
-
- All Implemented Interfaces:
com.atlassian.event.config.EventThreadPoolConfiguration
public class BambooEventThreadPoolConfiguration extends Object implements com.atlassian.event.config.EventThreadPoolConfiguration
-
-
Constructor Summary
Constructors Constructor Description BambooEventThreadPoolConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCorePoolSize()
long
getKeepAliveTime()
int
getMaximumPoolSize()
TimeUnit
getTimeUnit()
-
-
-
Method Detail
-
getCorePoolSize
public int getCorePoolSize()
- Specified by:
getCorePoolSize
in interfacecom.atlassian.event.config.EventThreadPoolConfiguration
-
getMaximumPoolSize
public int getMaximumPoolSize()
- Specified by:
getMaximumPoolSize
in interfacecom.atlassian.event.config.EventThreadPoolConfiguration
-
getKeepAliveTime
public long getKeepAliveTime()
- Specified by:
getKeepAliveTime
in interfacecom.atlassian.event.config.EventThreadPoolConfiguration
-
getTimeUnit
public TimeUnit getTimeUnit()
- Specified by:
getTimeUnit
in interfacecom.atlassian.event.config.EventThreadPoolConfiguration
-
-