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 -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.longint
-
Constructor Details
-
BambooEventThreadPoolConfiguration
public BambooEventThreadPoolConfiguration()
-
-
Method Details
-
getCorePoolSize
Deprecated.- Specified by:
getCorePoolSizein interfacecom.atlassian.event.config.EventThreadPoolConfiguration
-
getMaximumPoolSize
public int getMaximumPoolSize()- Specified by:
getMaximumPoolSizein interfacecom.atlassian.event.config.EventThreadPoolConfiguration
-
getKeepAliveTime
public long getKeepAliveTime()- Specified by:
getKeepAliveTimein interfacecom.atlassian.event.config.EventThreadPoolConfiguration
-
getTimeUnit
- Specified by:
getTimeUnitin interfacecom.atlassian.event.config.EventThreadPoolConfiguration
-