Class UtilConfiguration

    • Field Detail

      • AUTO_CONFIGURE_ORDER

        public static final int AUTO_CONFIGURE_ORDER
        Since:
        2.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • UtilConfiguration

        public UtilConfiguration()
    • Method Detail

      • sharedResourcePoolTimeout

        @Bean(name="SharedResourcePoolTimeout")
        public java.lang.Integer sharedResourcePoolTimeout​(@Value("${sharedResourcePoolTimeout:60}")
                                                           java.lang.Integer sharedResourcePoolTimeout)
        Parameters:
        sharedResourcePoolTimeout - sharedResourcePoolTimeout
        Returns:
        result
        Since:
        2.0.0
      • customScopeConfigurer

        @Bean
        public static org.springframework.beans.factory.config.CustomScopeConfigurer customScopeConfigurer​(ThreadScope threadScope)
        Parameters:
        threadScope - threadScope
        Returns:
        result
        Since:
        2.0.0