Skip to content

Instantly share code, notes, and snippets.

@svenakela
svenakela / RedirectingWebClient.java
Last active August 28, 2019 19:40
Spring WebClient Wrapper allowing for redirects
package se.cygni.bootcamp.mashup.core;
import java.util.Optional;
import org.springframework.http.HttpHeaders;
import org.springframework.web.reactive.function.client.ClientResponse;
import org.springframework.web.reactive.function.client.WebClient;
import reactor.core.publisher.Mono;