Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

fuxingloh/transport-java

Repository files navigation

Transport Java

Latest Release: 1.0-SNAPSHOT
License: Apache 2.0
JDK: Java 11

A very very very opinionated json communication protocol between your services.

Features

  • JSON
  • Exception Handling
  • Data Validator
  • PubSub: Queue, Notification
  • Client
  • Service

Dependencies

Hosted in Maven Central.

// Transport Core
compile group: 'dev.fuxing', name: 'transport-core', version: '1.0-SNAPSHOT'

// Transport Communicator
compile group: 'dev.fuxing', name: 'transport-service', version: '1.0-SNAPSHOT'
compile group: 'dev.fuxing', name: 'transport-client', version: '1.0-SNAPSHOT'
compile group: 'dev.fuxing', name: 'transport-pubsub', version: '1.0-SNAPSHOT'