Sync docs from master to gh-pages
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -9354,6 +9354,14 @@ Spring Cloud Contract currently only supports multiple matchers that are combine
|
||||
Next to that the request and path matchers are skipped during the conversion.
|
||||
When using a date, time or datetime value generator with a given format,
|
||||
the given format will be skipped and the ISO format will be used.</simpara>
|
||||
<simpara>In order to properly support the Spring Cloud Contract way of doing messaging
|
||||
with Pact you’ll have to provide some additional meta data entries. Below you can find a list of such entries:</simpara>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>to define the destination to which a message gets sent, you have to
|
||||
set a <literal>metaData</literal> entry in the Pact file, with key <literal>sentTo</literal> equal to the destination to which a message is to be sent. E.g. <literal>"metaData": { "sentTo": "activemq:output" }</literal></simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
<section xml:id="_pact_contract">
|
||||
<title>Pact Contract</title>
|
||||
|
||||
Reference in New Issue
Block a user