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

ai.platon.pulsar.skeleton.crawl.GlobalEventHandlers.kt Maven / Gradle / Ivy

The newest version!
package ai.platon.pulsar.skeleton.crawl

/**
 * The global event handlers.
 * */
object GlobalEventHandlers {
    /**
     * The page event handlers.
     *
     * The calling order rule:
     *
     * The more specific handlers has the opportunity to override the result of more general handlers.
     * */
    val pageEventHandlers: PageEventHandlers? = null
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy