Skip to content

Commit

Permalink
Merge pull request microprofile#60 from Azquelt/fix-bullet-list
Browse files Browse the repository at this point in the history
Fix formatting in Connector Configuration section
  • Loading branch information
cescoffier authored Jul 2, 2019
2 parents 7bea841 + 6562fb7 commit 5fecb19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/src/main/asciidoc/architecture.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@ The Reactive Messaging implementation catches these exceptions and wraps them in
7. The built `PublisherBuilder` is connected to a method using the `@Incoming("my-stream")` annotation. The implementation of the connector must map every received message to an `org.eclipse.microprofile.reactive.messaging.Message`. Optionally, it can provide its own implementation of `org.eclipse.microprofile.reactive.messaging.Message` providing additional metadata.

The configuration passed to the `IncomingConnectorFactory` and `OutgoingConnectorFactory` contains at least the:

* `channel-name` attribute indicating the name of the channel being configured,
* `connector` attribute indicating the fully qualified name of the connector.

Expand Down

0 comments on commit 5fecb19

Please sign in to comment.