Interface HttpPipelinePolicy

    • Method Detail

      • process

        reactor.core.publisher.Mono<HttpResponse> process​(HttpPipelineCallContext context,
                                                          HttpPipelineNextPolicy next)
        Process provided request context and invokes the next policy.
        Parameters:
        context - request context
        next - the next policy to invoke
        Returns:
        publisher that initiate the request upon subscription and emits response on completion.