Class EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher

java.lang.Object
org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<PathMappedEndpoints>
org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
All Implemented Interfaces:
ServerWebExchangeMatcher
Enclosing class:
EndpointRequest

public static class EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher extends ApplicationContextServerWebExchangeMatcher<PathMappedEndpoints>
The ServerWebExchangeMatcher used to match against additional paths for actuator endpoints.
Since:
2.0.0
Author:
Madhura Bhave, Phillip Webb, Chris Bono