spring-framework / org.springframework.web.reactive.server / org.springframework.web.server.ServerWebExchange.Builder

Extensions for org.springframework.web.server.ServerWebExchange.Builder

principal

fun Builder.principal(supplier: suspend () -> Principal): Builder

Coroutines variant of ServerWebExchange.Builder.principal.