INT-3615: @MessagingGateway Long Properties

JIRA: https://jira.spring.io/browse/INT-3615

Change timeout properties from long to String to allow
property placeholder/SpEL configuration.
This commit is contained in:
Gary Russell
2015-06-30 09:10:38 -04:00
committed by Artem Bilan
parent 4131c82faf
commit 029bb28cfa
3 changed files with 12 additions and 19 deletions

View File

@@ -163,12 +163,19 @@ The `AbstractPersistentFileListFilter` has a new property `flushOnUpdate` which,
metadata store if it implements `Flushable` (e.g. the `PropertiesPersistenMetadataStore`).
[[x4.2-gw-completable-future]]
==== Gateway Methods can Return CompletableFuture<?>
[[x4.2-gw]]
==== Gateway Changes
===== Gateway Methods can Return CompletableFuture<?>
When using Java 8, gateway methods can now return `CompletableFuture<?>`.
See <<gw-completable-future>> for more information.
===== MessagingGateway Annotation
The request and reply timeout properties are now `String` instead of `Long` to allow configuration with property
placeholders or SpEL. See [[messaging-gateway-annotation]].
[[x4.2-aggregator-perf]]
==== Aggregator Performance