接口 WebSessionManager

    • 方法详细资料

      • getSession

        reactor.core.publisher.Mono<WebSessiongetSession​(ServerWebExchange exchange)
        Return the WebSession for the given exchange. Always guaranteed to return an instance either matching to the session id requested by the client, or a new session either because the client did not specify one or because the underlying session expired.
        参数:
        exchange - the current exchange
        返回:
        promise for the WebSession