Package | Description |
---|---|
org.springframework.hateoas.server.reactive |
Modifier and Type | Method and Description |
---|---|
static WebFluxLinkBuilder.WebFluxBuilder |
WebFluxLinkBuilder.linkTo(Object invocation)
Create a
WebFluxLinkBuilder by checking if the Reactor Context contains a ServerWebExchange and
using that combined with the Spring Web annotations to build a full URI. |
static WebFluxLinkBuilder.WebFluxBuilder |
WebFluxLinkBuilder.linkTo(Object invocation,
org.springframework.web.server.ServerWebExchange exchange)
Create a
WebFluxLinkBuilder using an explicitly defined ServerWebExchange . |
Copyright © 2012-2019–2019 Pivotal, Inc.. All rights reserved.