Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 478 Bytes

webflux-http-interface-client.adoc

File metadata and controls

10 lines (7 loc) · 478 Bytes

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 REST Endpoints for details.