INT-2947 Update gateway.xml With Sample Link
Very minor change - provided a link to the github location of the async-gateway sample being referred to Polished to add some line breaks.
This commit is contained in:
committed by
Gary Russell
parent
9efb70f24e
commit
0f6589d894
@@ -295,7 +295,9 @@ of this chapter.
|
||||
Future<Integer> result = mathService.multiplyByTwo(number);
|
||||
// do something else here since the reply might take a moment
|
||||
int finalResult = result.get(1000, TimeUnit.SECONDS);</programlisting>
|
||||
For a more detailed example, please refer to the <emphasis>async-gateway</emphasis> sample distributed within the Spring Integration samples.
|
||||
For a more detailed example, please refer to the
|
||||
<ulink url="https://github.com/SpringSource/spring-integration-samples/tree/master/intermediate/async-gateway">
|
||||
<emphasis>async-gateway</emphasis></ulink> sample distributed within the Spring Integration samples.
|
||||
</para>
|
||||
|
||||
<para><emphasis>Asynchronous Gateway and AsyncTaskExecutor</emphasis></para>
|
||||
|
||||
Reference in New Issue
Block a user