All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.spring.fetcher-impl-kraken-spring.xml Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">

    <!--
        regular spring configuration file defining the beans for this
        bundle. The configuration of OSGi definitions is kept in a
        separate configuration file so that this file can easily be used
        for integration testing outside of an OSGi environment
    -->

    <bean name="multitheadedBulkURIFetcher"
        class="org.springframework.beans.factory.config.MethodInvokingFactoryBean">
        <property name="staticMethod" value="ar.com.zauber.leviathan.core.fetcher.impl.BulkURIFetchers.createHttpMultithreaded" />
        <property name="arguments">
            <list>
                <value>20</value>
            </list>
        </property>
    </bean>
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy