From 830bf04a813d30a54e21a8ea3284fcf9c3a5ffb6 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 11 Nov 2020 12:02:11 +0100 Subject: [PATCH] Update README.adoc --- .../function-sample-cloudevent/README.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-cloud-function-samples/function-sample-cloudevent/README.adoc b/spring-cloud-function-samples/function-sample-cloudevent/README.adoc index 8bd2dc08b..77654ba61 100644 --- a/spring-cloud-function-samples/function-sample-cloudevent/README.adoc +++ b/spring-cloud-function-samples/function-sample-cloudevent/README.adoc @@ -89,12 +89,12 @@ See link:src/main/resources/application.properties[application.properties] for m Assuming RabbitMQ broker is running on localhost:default_port, start the application and navigate to http://localhost:15672/#/exchanges[RabbitMQ Dashboard]. Select `asPOJOMessage-in-0` exchange and: -_...post a binary-mode message by filling all the required Cloud Events headers and posting `data` element as _payload_ (see the screenshot below)._ +_...post a binary-mode message by filling all the required Cloud Events headers and posting `data` element as payload (see the screenshot below)._ -image::images\rabbit-send-binary.png[binary,700,600] +image::images\rabbit-send-binary.png[binary,700,625] _...post a structured-mode message by filling `contentType` header to the value of `application/cloudevents+json` while providing the -entire structure of Cloud Event message as _payload_ (see the screenshot below)._ +entire structure of Cloud Event message as payload (see the screenshot below)._ [source, json] ---- @@ -112,7 +112,7 @@ entire structure of Cloud Event message as _payload_ (see the screenshot below). } ---- -image::images\rabbit-send-structured.png[structured,700,600] +image::images\rabbit-send-structured.png[structured,700,625] ### Function invocation via RSocket