public static final class EndpointRequest.EndpointServerWebExchangeMatcher extends ApplicationContextServerWebExchangeMatcher<PathMappedEndpoints>
ServerWebExchangeMatcher used to match against actuator
endpoints.ServerWebExchangeMatcher.MatchResult| Modifier and Type | Method and Description |
|---|---|
protected void |
initialized(PathMappedEndpoints pathMappedEndpoints)
Called once the context has been initialized.
|
protected reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> |
matches(ServerWebExchange exchange,
PathMappedEndpoints context)
Decides whether the rule implemented by the strategy matches the supplied exchange.
|
getContext, matchesprotected void initialized(PathMappedEndpoints pathMappedEndpoints)
ApplicationContextServerWebExchangeMatcherinitialized in class ApplicationContextServerWebExchangeMatcher<PathMappedEndpoints>pathMappedEndpoints - the initialized contextprotected reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> matches(ServerWebExchange exchange, PathMappedEndpoints context)
ApplicationContextServerWebExchangeMatchermatches in class ApplicationContextServerWebExchangeMatcher<PathMappedEndpoints>exchange - the source exchangecontext - the context instanceCopyright © 2018 Pivotal Software, Inc.. All rights reserved.