Class QueryIndexEndpointStrategy
java.lang.Object
de.codecentric.boot.admin.server.services.endpoints.QueryIndexEndpointStrategy
- All Implemented Interfaces:
EndpointDetectionStrategy
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionQueryIndexEndpointStrategy(InstanceWebClient instanceWebClient, ApiMediaTypeHandler apiMediaTypeHandler) -
Method Summary
Modifier and TypeMethodDescriptionalignWithManagementUrl(InstanceId instanceId, String managementUrl) protected Function<org.springframework.web.reactive.function.client.ClientResponse,reactor.core.publisher.Mono<Endpoints>> protected reactor.core.publisher.Mono<Endpoints>reactor.core.publisher.Mono<Endpoints>detectEndpoints(Instance instance)
-
Constructor Details
-
QueryIndexEndpointStrategy
public QueryIndexEndpointStrategy(InstanceWebClient instanceWebClient, ApiMediaTypeHandler apiMediaTypeHandler)
-
-
Method Details
-
detectEndpoints
- Specified by:
detectEndpointsin interfaceEndpointDetectionStrategy
-
convert
-
alignWithManagementUrl
protected Function<Endpoints,Endpoints> alignWithManagementUrl(InstanceId instanceId, String managementUrl) -
convertResponse
protected reactor.core.publisher.Mono<Endpoints> convertResponse(QueryIndexEndpointStrategy.Response response)
-