Package com.atlassian.event.config
Interface EventThreadPoolConfiguration
- All Known Implementing Classes:
EventThreadPoolConfigurationImpl
public interface EventThreadPoolConfiguration
A configuration object for thread pools used by asynchronous event dispatchers
-
Method Summary
Modifier and TypeMethodDescriptionintlongint
-
Method Details
-
getCorePoolSize
int getCorePoolSize() -
getMaximumPoolSize
int getMaximumPoolSize() -
getKeepAliveTime
long getKeepAliveTime() -
getTimeUnit
-