public static final class EndpointRequest.EndpointServerWebExchangeMatcher extends ApplicationContextServerWebExchangeMatcher<PathMappedEndpoints>
ServerWebExchangeMatcher は actuator endpoints と照合するために使用されていました。ServerWebExchangeMatcher.MatchResult| 修飾子と型 | メソッドと説明 |
|---|---|
EndpointRequest.EndpointServerWebExchangeMatcher | excluding(ClassSE<?>... endpoints) |
EndpointRequest.EndpointServerWebExchangeMatcher | excluding(StringSE... endpoints) |
EndpointRequest.EndpointServerWebExchangeMatcher | excludingLinks() |
protected void | initialized(SupplierSE<PathMappedEndpoints> pathMappedEndpoints) コンテキストが初期化されると呼び出されます。 |
protected reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> | matches(ServerWebExchange exchange, SupplierSE<PathMappedEndpoints> context) 戦略によって実装されたルールが提供された取引所と一致するかどうかを決定します。 |
getContext, matchescloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic EndpointRequest.EndpointServerWebExchangeMatcher excluding(ClassSE<?>... endpoints)
public EndpointRequest.EndpointServerWebExchangeMatcher excluding(StringSE... endpoints)
public EndpointRequest.EndpointServerWebExchangeMatcher excludingLinks()
protected void initialized(SupplierSE<PathMappedEndpoints> pathMappedEndpoints)
ApplicationContextServerWebExchangeMatcherApplicationContextServerWebExchangeMatcher<PathMappedEndpoints> の initialized pathMappedEndpoints - 初期化されたコンテキストのサプライヤー (例外をスローすることがあります)protected reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> matches(ServerWebExchange exchange, SupplierSE<PathMappedEndpoints> context)
ApplicationContextServerWebExchangeMatcherApplicationContextServerWebExchangeMatcher<PathMappedEndpoints> の matches exchange - ソース交換 context - 初期化されたコンテキストのサプライヤー (例外をスローすることがあります)Copyright © 2019 Pivotal Software, Inc.. All rights reserved.