jar

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 JAR file - Latest Versions:

All Versions

Download com.gucci : pollitely-lib JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window pollitely-lib-0.1.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

api.util

├─ api.util.Exceptions.class - [JAR]

com.gucci.pollitely

├─ com.gucci.pollitely.ClientError.class - [JAR]

├─ com.gucci.pollitely.Ids.class - [JAR]

├─ com.gucci.pollitely.LongRunning.class - [JAR]

├─ com.gucci.pollitely.LongRunningRequestContext.class - [JAR]

├─ com.gucci.pollitely.LongRunningResponseContext.class - [JAR]

├─ com.gucci.pollitely.LongRunningToken.class - [JAR]

Advertisement