public static final class EndpointRequest.LinksServerWebExchangeMatcher extends ApplicationContextServerWebExchangeMatcher<T>
ServerWebExchangeMatcher。ServerWebExchangeMatcher.MatchResult| 修飾子と型 | メソッドと説明 |
|---|---|
protected void | initialized(SupplierSE<WebEndpointProperties> properties) コンテキストが初期化されると呼び出されます。 |
protected reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> | matches(ServerWebExchange exchange, SupplierSE<WebEndpointProperties> context) 戦略によって実装されたルールが提供された取引所と一致するかどうかを決定します。 |
getContext, matchescloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEprotected void initialized(SupplierSE<WebEndpointProperties> properties)
ApplicationContextServerWebExchangeMatcherApplicationContextServerWebExchangeMatcher<WebEndpointProperties> の initialized properties - 初期化されたコンテキストのサプライヤー (例外をスローすることがあります)protected reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> matches(ServerWebExchange exchange, SupplierSE<WebEndpointProperties> context)
ApplicationContextServerWebExchangeMatcherApplicationContextServerWebExchangeMatcher<WebEndpointProperties> の matches exchange - ソース交換 context - 初期化されたコンテキストのサプライヤー (例外をスローすることがあります)