Class and Description |
---|
org.springframework.web.reactive.support.AbstractAnnotationConfigDispatcherHandlerInitializer
in favor of
AbstractReactiveWebInitializer |
org.springframework.web.reactive.support.AbstractDispatcherHandlerInitializer
as of 5.0.2, in favor of
AbstractReactiveWebInitializer |
org.springframework.web.reactive.support.AbstractServletHttpHandlerAdapterInitializer
in favor of
AbstractReactiveWebInitializer |
Method and Description |
---|
org.springframework.web.reactive.function.client.ClientRequest.method(HttpMethod, URI)
in favor of
ClientRequest.create(HttpMethod, URI) |