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:
Biju Kunjummen
2013-03-01 08:40:12 -05:00
committed by Gary Russell
parent 9efb70f24e
commit 0f6589d894

View File

@@ -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>