public class InstanceWebClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstanceWebClient.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
InstanceWebClient(org.springframework.web.reactive.function.client.WebClient webClient) |
| Modifier and Type | Method and Description |
|---|---|
static InstanceWebClient.Builder |
builder() |
org.springframework.web.reactive.function.client.WebClient |
instance(Instance instance) |
org.springframework.web.reactive.function.client.WebClient |
instance(reactor.core.publisher.Mono<Instance> instance) |
protected InstanceWebClient(org.springframework.web.reactive.function.client.WebClient webClient)
public org.springframework.web.reactive.function.client.WebClient instance(reactor.core.publisher.Mono<Instance> instance)
public org.springframework.web.reactive.function.client.WebClient instance(Instance instance)
public static InstanceWebClient.Builder builder()
Copyright © 2019 codecentric AG. All rights reserved.