An open API service indexing awesome lists of open source software.

https://github.com/felixklauke/rebekah

Inter process communication framework acting as extensive and reliable middleware with support for full featured request response lifecycle processing that will overtake your entire transport and networking layer. Also used for demonstration of JUnit5 with Jacoco in a multi module Gradle project.
https://github.com/felixklauke/rebekah

clean-code middleware middleware-framework netty proxy routing-engine

Last synced: 7 months ago
JSON representation

Inter process communication framework acting as extensive and reliable middleware with support for full featured request response lifecycle processing that will overtake your entire transport and networking layer. Also used for demonstration of JUnit5 with Jacoco in a multi module Gradle project.

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# rebekah
Inter process communication framework acting as extensive and reliable middleware with support for full featured request response lifecycle processing.

# Build Status
| | Build Status | Test Code Coverage |
|------------- |----------------------------------------------------------------------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Master | [![Build Status](https://travis-ci.org/FelixKlauke/rebekah.svg?branch=master)](https://travis-ci.org/FelixKlauke/rebekah) | [![codecov](https://codecov.io/gh/FelixKlauke/rebekah/branch/master/graph/badge.svg)](https://codecov.io/gh/FelixKlauke/rebekah) |
| Development | [![Build Status](https://travis-ci.org/FelixKlauke/rebekah.svg?branch=dev)](https://travis-ci.org/FelixKlauke/rebekah) | [![codecov](https://codecov.io/gh/FelixKlauke/rebekah/branch/dev/graph/badge.svg)](https://codecov.io/gh/FelixKlauke/rebekah) |

# Usage

**Maven Repositories**

```xml



klauke-enterprises-maven-releases
Klauke Enterprises Maven Releases
https://repository.klauke-enterprises.com/repository/maven-releases/




klauke-enterprises-maven-snapshots
Klauke Enterprises Maven Snapshots
https://repository.klauke-enterprises.com/repository/maven-snapshots/

```

# Introduction

# Example