ai.platon.pulsar.skeleton.crawl.fetch.privacy.Misc.kt Maven / Gradle / Ivy
The newest version!
package ai.platon.pulsar.skeleton.crawl.fetch.privacy
enum class CloseStrategy {
ASAP,
// it might be a bad idea to close lazily
LAZY
}
open class PrivacyContextException(message: String) : Exception(message)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy