File tree 1 file changed +2
-2
lines changed
spring-cloud-function-samples/function-sample-cloudevent
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ http://localhost:15672/#/exchanges[RabbitMQ Dashboard]. Select `asPOJOMessage-in
91
91
92
92
_...post a binary-mode message by filling all the required Cloud Events headers and posting `data` element as payload (see the screenshot below)._
93
93
94
- image::images\rabbit-send-binary.png[binary,700,625 ]
94
+ image::images\rabbit-send-binary.png[binary,700,700 ]
95
95
96
96
_...post a structured-mode message by filling `contentType` header to the value of `application/cloudevents+json` while providing the
97
97
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)._
112
112
}
113
113
----
114
114
115
- image::images\rabbit-send-structured.png[structured,700,625 ]
115
+ image::images\rabbit-send-structured.png[structured,700,700 ]
116
116
117
117
### Function invocation via RSocket
118
118
You can’t perform that action at this time.
0 commit comments