Uses of Interface
ai.preferred.venom.fetcher.Fetcher
-
Packages that use Fetcher Package Description ai.preferred.venom ai.preferred.venom.fetcher -
-
Uses of Fetcher in ai.preferred.venom
Methods in ai.preferred.venom with parameters of type Fetcher Modifier and Type Method Description Crawler.BuilderCrawler.Builder. setFetcher(@NotNull Fetcher fetcher)Sets the Fetcher to be used, if not set, default will be chosen. -
Uses of Fetcher in ai.preferred.venom.fetcher
Classes in ai.preferred.venom.fetcher that implement Fetcher Modifier and Type Class Description classAsyncFetcherThis class holds the implementation to provide how items are fetched from the web, to validate the item and to store it if specified.classStorageFetcherThis class holds the implementation to provide how items are fetched from a database, to validate the item and to store it if specified.
-