DOC

com.gucci : pollitely-lib

Maven & Gradle

Nov 08, 2021
4 stars

Pollitely · This is a library providing a light-weight approach for executing long-running tasks as simple HTTP request, making them not to incur in HTTP time-out. In other words, given web applications that run task such as batch processes, politelly can support making those tasks taking longer that usual HTTP timeout (typically few minutes). Reference tech stack is Kotlin / Ktor.

Table Of Contents

Latest Version

Download com.gucci : pollitely-lib Javadoc & API Documentation - Latest Versions:

All Versions

Download com.gucci : pollitely-lib Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file pollitely-lib-0.1.6-javadoc.jar to pollitely-lib-0.1.6-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder pollitely-lib-0.1.6-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "pollitely-lib-0.1.6-sources.jar" -d "pollitely-lib-0.1.6-javadoc" -subpackages 

Advertisement