-
- All Implemented Interfaces:
@ConfigurationProperties(value = "spring.bot.event") public final class EventProperties
-
-
Field Summary
Fields Modifier and Type Field Description private IntegercorePoolSizeprivate IntegermaxPoolSizeprivate LongkeepAliveTimeprivate IntegerworkQueueSize
-
Constructor Summary
Constructors Constructor Description EventProperties(Integer corePoolSize, Integer maxPoolSize, Long keepAliveTime, Integer workQueueSize)
-
Method Summary
Modifier and Type Method Description final IntegergetCorePoolSize()final UnitsetCorePoolSize(Integer corePoolSize)final IntegergetMaxPoolSize()final UnitsetMaxPoolSize(Integer maxPoolSize)final LonggetKeepAliveTime()final UnitsetKeepAliveTime(Long keepAliveTime)final IntegergetWorkQueueSize()final UnitsetWorkQueueSize(Integer workQueueSize)-
-
Method Detail
-
getCorePoolSize
final Integer getCorePoolSize()
-
setCorePoolSize
final Unit setCorePoolSize(Integer corePoolSize)
-
getMaxPoolSize
final Integer getMaxPoolSize()
-
setMaxPoolSize
final Unit setMaxPoolSize(Integer maxPoolSize)
-
getKeepAliveTime
final Long getKeepAliveTime()
-
setKeepAliveTime
final Unit setKeepAliveTime(Long keepAliveTime)
-
getWorkQueueSize
final Integer getWorkQueueSize()
-
setWorkQueueSize
final Unit setWorkQueueSize(Integer workQueueSize)
-
-
-
-