From 6562fb77b9f901294723d25a4ae21cda8e14a9b8 Mon Sep 17 00:00:00 2001 From: Andrew Rouse Date: Tue, 2 Jul 2019 16:39:00 +0100 Subject: [PATCH] Fix formatting in Connector Configuration section --- spec/src/main/asciidoc/architecture.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/src/main/asciidoc/architecture.asciidoc b/spec/src/main/asciidoc/architecture.asciidoc index 6026681b..792c277f 100644 --- a/spec/src/main/asciidoc/architecture.asciidoc +++ b/spec/src/main/asciidoc/architecture.asciidoc @@ -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.