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:
committed by
Artem Bilan
parent
4131c82faf
commit
029bb28cfa
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user