You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest adding support for CompletableFuture and CompletionStage as a valid return type for methods in Spring client interfaces backed by RestClient and RestClientAdapter.
It would be great to provide the ExecutorService when creating the adapter or maybe leverage Async annotation
I suggest adding support for
CompletableFuture
andCompletionStage
as a valid return type for methods in Spring client interfaces backed byRestClient
andRestClientAdapter
.It would be great to provide the
ExecutorService
when creating the adapter or maybe leverageAsync
annotationExample
The text was updated successfully, but these errors were encountered: