r

route-api

Route API is generic communication model between two ports of a microservice. It could be implemented using any protocol, preferably which can hold long living connections.
https://github.com/FioranoSoftware/Fiorano-OpenESB/tree/master/route-api
CPAL, Version 1.0
Files download
File Operation
route-api-0.1.0.jar download
route-api-0.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.fiorano.openesb</groupId>
  <artifactId>route-api</artifactId>
  <version>0.1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.fiorano.openesb:route-api:0.1.0'
Gradle Kotlin
implementation("com.fiorano.openesb:route-api:0.1.0")
Scala SBT
libraryDependencies += "com.fiorano.openesb" % "route-api" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.fiorano.openesb', module='route-api', version='0.1.0')
)
Apache Ivy
<dependency org="com.fiorano.openesb" name="route-api" rev="0.1.0" />
Leiningen
[com.fiorano.openesb/route-api "0.1.0"]
Apache Buildr
'com.fiorano.openesb:route-api:jar:0.1.0'