jar

com.github.amitkhosla : traffic-controller-annotations

Maven & Gradle

Apr 09, 2019
2 stars

Traffic controller · This deals with different aspects like In memory queue, throttling, event management etc

Table Of Contents

Latest Version

Download com.github.amitkhosla : traffic-controller-annotations JAR file - Latest Versions:

All Versions

Download com.github.amitkhosla : traffic-controller-annotations JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
1.1.x
1.0.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 traffic-controller-annotations-2.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ak.trafficController.annotations.impl

├─ org.ak.trafficController.annotations.impl.AnnotationSupportImpl.class - [JAR]

├─ org.ak.trafficController.annotations.impl.MethodInvoker.class - [JAR]

├─ org.ak.trafficController.annotations.impl.ParallelJoinHelper.class - [JAR]

├─ org.ak.trafficController.annotations.impl.TaskExecutorDetails.class - [JAR]

├─ org.ak.trafficController.annotations.impl.TaskExecutorsInUseThreadLocal.class - [JAR]

├─ org.ak.trafficController.annotations.impl.TaskHelper.class - [JAR]

org.ak.trafficController.annotations.api

├─ org.ak.trafficController.annotations.api.Constants.class - [JAR]

├─ org.ak.trafficController.annotations.api.Controlled.class - [JAR]

├─ org.ak.trafficController.annotations.api.Join.class - [JAR]

├─ org.ak.trafficController.annotations.api.Parallel.class - [JAR]

├─ org.ak.trafficController.annotations.api.Submit.class - [JAR]

├─ org.ak.trafficController.annotations.api.TaskType.class - [JAR]