| Package | Description |
|---|---|
| org.springframework.boot.actuate.autoconfigure.endpoint.web |
Auto-configuration for the Actuator's web endpoints.
|
| org.springframework.boot.actuate.autoconfigure.security.reactive |
Auto-configuration for actuator security using WebFlux.
|
| Modifier and Type | Method and Description |
|---|---|
PathMappedEndpoints |
WebEndpointAutoConfiguration.pathMappedEndpoints(Collection<EndpointsSupplier<?>> endpointSuppliers,
WebEndpointProperties webEndpointProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EndpointRequest.EndpointServerWebExchangeMatcher.initialized(Supplier<PathMappedEndpoints> pathMappedEndpoints) |
protected reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> |
EndpointRequest.EndpointServerWebExchangeMatcher.matches(ServerWebExchange exchange,
Supplier<PathMappedEndpoints> context) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.