Skip to content

Commit 505df32

Browse files
authored
Update README.adoc
1 parent 830bf04 commit 505df32

File tree

1 file changed

+2
-2
lines changed
  • spring-cloud-function-samples/function-sample-cloudevent

1 file changed

+2
-2
lines changed

spring-cloud-function-samples/function-sample-cloudevent/README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ http://localhost:15672/#/exchanges[RabbitMQ Dashboard]. Select `asPOJOMessage-in
9191

9292
_...post a binary-mode message by filling all the required Cloud Events headers and posting `data` element as payload (see the screenshot below)._
9393

94-
image::images\rabbit-send-binary.png[binary,700,625]
94+
image::images\rabbit-send-binary.png[binary,700,700]
9595

9696
_...post a structured-mode message by filling `contentType` header to the value of `application/cloudevents+json` while providing the
9797
entire structure of Cloud Event message as payload (see the screenshot below)._
@@ -112,7 +112,7 @@ entire structure of Cloud Event message as payload (see the screenshot below)._
112112
}
113113
----
114114

115-
image::images\rabbit-send-structured.png[structured,700,625]
115+
image::images\rabbit-send-structured.png[structured,700,700]
116116

117117
### Function invocation via RSocket
118118

0 commit comments

Comments
 (0)