public class InstanceWebProxy extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstanceWebProxy.InstanceResponse |
| Constructor and Description |
|---|
InstanceWebProxy(InstanceWebClient instanceWebClient) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<InstanceWebProxy.InstanceResponse> |
forward(reactor.core.publisher.Flux<Instance> instances,
URI uri,
org.springframework.http.HttpMethod method,
org.springframework.http.HttpHeaders headers,
org.springframework.web.reactive.function.BodyInserter<?,? super org.springframework.http.client.reactive.ClientHttpRequest> bodyInserter) |
reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse> |
forward(Instance instance,
URI uri,
org.springframework.http.HttpMethod method,
org.springframework.http.HttpHeaders headers,
org.springframework.web.reactive.function.BodyInserter<?,? super org.springframework.http.client.reactive.ClientHttpRequest> bodyInserter) |
reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse> |
forward(reactor.core.publisher.Mono<Instance> instance,
URI uri,
org.springframework.http.HttpMethod method,
org.springframework.http.HttpHeaders headers,
org.springframework.web.reactive.function.BodyInserter<?,? super org.springframework.http.client.reactive.ClientHttpRequest> bodyInserter) |
public InstanceWebProxy(InstanceWebClient instanceWebClient)
public reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse> forward(reactor.core.publisher.Mono<Instance> instance, URI uri, org.springframework.http.HttpMethod method, org.springframework.http.HttpHeaders headers, org.springframework.web.reactive.function.BodyInserter<?,? super org.springframework.http.client.reactive.ClientHttpRequest> bodyInserter)
public reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse> forward(Instance instance, URI uri, org.springframework.http.HttpMethod method, org.springframework.http.HttpHeaders headers, org.springframework.web.reactive.function.BodyInserter<?,? super org.springframework.http.client.reactive.ClientHttpRequest> bodyInserter)
public reactor.core.publisher.Flux<InstanceWebProxy.InstanceResponse> forward(reactor.core.publisher.Flux<Instance> instances, URI uri, org.springframework.http.HttpMethod method, org.springframework.http.HttpHeaders headers, org.springframework.web.reactive.function.BodyInserter<?,? super org.springframework.http.client.reactive.ClientHttpRequest> bodyInserter)
Copyright © 2020 codecentric AG. All rights reserved.