Class InstanceWebClient
java.lang.Object
de.codecentric.boot.admin.server.web.client.InstanceWebClient
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanceWebClient(org.springframework.web.reactive.function.client.WebClient webClient) -
Method Summary
Modifier and TypeMethodDescriptionstatic InstanceWebClient.Builderbuilder()static InstanceWebClient.Builderbuilder(org.springframework.web.reactive.function.client.WebClient.Builder webClient) org.springframework.web.reactive.function.client.WebClientorg.springframework.web.reactive.function.client.WebClient
-
Field Details
-
ATTRIBUTE_INSTANCE
- See Also:
-
-
Constructor Details
-
InstanceWebClient
protected InstanceWebClient(org.springframework.web.reactive.function.client.WebClient webClient)
-
-
Method Details
-
instance
public org.springframework.web.reactive.function.client.WebClient instance(reactor.core.publisher.Mono<Instance> instance) -
instance
-
builder
-
builder
public static InstanceWebClient.Builder builder(org.springframework.web.reactive.function.client.WebClient.Builder webClient)
-