Package org.streamingpool.core.conf
Class DefaultPoolConfiguration
- java.lang.Object
-
- org.streamingpool.core.conf.DefaultPoolConfiguration
-
@Configuration public class DefaultPoolConfiguration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSTREAMINGPOOL_OBSERVE_ON_CAPACITYstatic java.lang.StringSTREAMINGPOOL_THREAD_POOL_SIZE
-
Constructor Summary
Constructors Constructor Description DefaultPoolConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PoolConfigurationlocalPoolConfiguration()
-
-
-
Field Detail
-
STREAMINGPOOL_THREAD_POOL_SIZE
public static final java.lang.String STREAMINGPOOL_THREAD_POOL_SIZE
- See Also:
- Constant Field Values
-
STREAMINGPOOL_OBSERVE_ON_CAPACITY
public static final java.lang.String STREAMINGPOOL_OBSERVE_ON_CAPACITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
localPoolConfiguration
@Bean @Conditional(org.streamingpool.core.conf.DefaultPoolConfiguration.NoTestSchedulerPresent.class) public PoolConfiguration localPoolConfiguration()
-
-