Skip to content

Commit

Permalink
Merge pull request #17 from pgrabarsky/master
Browse files Browse the repository at this point in the history
Add index to README
  • Loading branch information
pgrabarsky authored Jan 20, 2020
2 parents 460c316 + 12e8fc0 commit c79459d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@

# Explorations for the MicroProfile Reactive Messaging specification

[Introduction](#introduction)

[Prototyped API](#prototyped-api)

[CDI implementation](#cdi-implementation)

[Mixing with native reactive streams declaration](#mixing-with-native-reactive-streams-declaration)

[Reactive Stream topology reshaping and instrumentation](#reactive-stream-topology-reshaping-and-instrumentation)

[Project sub-modules](#project-sub-modules)

## Introduction

### Reactive Messaging for MicroProfile exploration

This project is about experimenting with new ideas for the [Reactive Messaging for MicroProfile](https://github.com/eclipse/microprofile-reactive-messaging) specifications.
Expand Down Expand Up @@ -38,6 +52,7 @@ challenge of threads (i.e. In CDI, a *NormalScope* is thread bound.).

* [smallrye-reactive-messaging](https://github.com/smallrye/smallrye-reactive-messaging)

[Prototyped API]:""
## Prototyped API

This section introduces some basic elements.
Expand Down Expand Up @@ -882,7 +897,7 @@ A selection mechanism could be used to only instrument specific nodes according
`MessageInitializer` could be dropped in favor of this, with a selection mechanism that could selectively target Publishers of specific kind of messages
(i.e. specific kind of input-connectors).

## Projects
## Project sub-modules

### Structure

Expand Down

0 comments on commit c79459d

Please sign in to comment.