You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
478 B
11 lines
478 B
2 years ago
|
[[webflux-http-interface-client]]
|
||
|
= HTTP Interface Client
|
||
|
|
||
|
The Spring Frameworks lets you define an HTTP service as a Java interface with HTTP
|
||
|
exchange methods. You can then generate a proxy that implements this interface and
|
||
|
performs the exchanges. This helps to simplify HTTP remote access and provides additional
|
||
|
flexibility for to choose an API style such as synchronous or reactive.
|
||
|
|
||
|
See xref:integration/rest-clients.adoc#rest-http-interface[REST Endpoints] for details.
|
||
|
|