mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Polishing in ApiVersionResolver
This commit is contained in:
-2
@@ -33,8 +33,6 @@ public interface ApiVersionResolver {
|
||||
|
||||
/**
|
||||
* Resolve the version for the given exchange.
|
||||
* This method wraps the synchronous {@code resolveVersion} method
|
||||
* and provides a reactive alternative.
|
||||
* @param exchange the current exchange
|
||||
* @return {@code Mono} emitting the version value, or an empty {@code Mono}
|
||||
* @since 7.0.3
|
||||
|
||||
+2
-2
@@ -22,8 +22,8 @@ import reactor.core.publisher.Mono;
|
||||
import org.springframework.web.server.ServerWebExchange;
|
||||
|
||||
/**
|
||||
* An extension of {@link ApiVersionResolver}s for implementations that can
|
||||
* resolve the version in an imperative way without blocking.
|
||||
* Extension of {@link ApiVersionResolver} for implementations that resolve the
|
||||
* version in an imperative way without blocking.
|
||||
*
|
||||
* @author Rossen Stoyanchev
|
||||
* @since 7.0.3
|
||||
|
||||
Reference in New Issue
Block a user