t

traffic-controller-annotations

This deals with different aspects like In memory queue, throttling, event management etc
https://github.com/amitkhosla/trafficController
The Apache Software License, Version 2.0
Amit Khosla
文件下载
文件名 操作
traffic-controller-annotations-2.1.0.jar 下载
traffic-controller-annotations-2.1.0.pom 下载
traffic-controller-annotations-2.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.amitkhosla</groupId>
  <artifactId>traffic-controller-annotations</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.amitkhosla:traffic-controller-annotations:2.1.0'
Gradle Kotlin
implementation("com.github.amitkhosla:traffic-controller-annotations:2.1.0")
Scala SBT
libraryDependencies += "com.github.amitkhosla" % "traffic-controller-annotations" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.amitkhosla', module='traffic-controller-annotations', version='2.1.0')
)
Apache Ivy
<dependency org="com.github.amitkhosla" name="traffic-controller-annotations" rev="2.1.0" />
Leiningen
[com.github.amitkhosla/traffic-controller-annotations "2.1.0"]
Apache Buildr
'com.github.amitkhosla:traffic-controller-annotations:jar:2.1.0'