Class WebClientTracingFilter.MonoWebClientTrace

  • All Implemented Interfaces:
    org.reactivestreams.Publisher<org.springframework.web.reactive.function.client.ClientResponse>
    Enclosing class:
    WebClientTracingFilter

    public static final class WebClientTracingFilter.MonoWebClientTrace
    extends reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse>
    • Constructor Summary

      Constructors 
      Constructor Description
      MonoWebClientTrace​(org.springframework.web.reactive.function.client.ClientRequest request, org.springframework.web.reactive.function.client.ExchangeFunction next)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void subscribe​(reactor.core.CoreSubscriber<? super org.springframework.web.reactive.function.client.ClientResponse> subscriber)  
      • Methods inherited from class reactor.core.publisher.Mono

        and, as, block, block, cache, cache, cancelOn, cast, checkpoint, checkpoint, checkpoint, compose, concatWith, create, defaultIfEmpty, defer, delay, delay, delayElement, delayElement, delaySubscription, delaySubscription, delaySubscription, delayUntil, dematerialize, doAfterSuccessOrError, doAfterTerminate, doFinally, doOnCancel, doOnEach, doOnError, doOnError, doOnError, doOnNext, doOnRequest, doOnSubscribe, doOnSuccess, doOnSuccessOrError, doOnTerminate, elapsed, elapsed, empty, error, expand, expand, expandDeep, expandDeep, filter, filterWhen, first, first, flatMap, flatMapIterable, flatMapMany, flatMapMany, flux, from, fromCallable, fromCompletionStage, fromDirect, fromFuture, fromRunnable, fromSupplier, handle, hasElement, hide, ignoreElement, ignoreElements, just, justOrEmpty, justOrEmpty, log, log, log, log, map, materialize, mergeWith, name, never, ofType, onErrorMap, onErrorMap, onErrorMap, onErrorResume, onErrorResume, onErrorResume, onErrorReturn, onErrorReturn, onErrorReturn, onTerminateDetach, or, publish, publishOn, repeat, repeat, repeat, repeat, repeatWhen, repeatWhenEmpty, repeatWhenEmpty, retry, retry, retry, retry, retryWhen, sequenceEqual, sequenceEqual, sequenceEqual, subscribe, subscribe, subscribe, subscribe, subscribe, subscribe, subscribeOn, subscriberContext, subscriberContext, subscriberContext, subscribeWith, switchIfEmpty, tag, take, take, takeUntilOther, then, then, thenEmpty, thenMany, timeout, timeout, timeout, timeout, timeout, timeout, timestamp, timestamp, toFuture, toProcessor, toString, transform, using, using, when, when, whenDelayError, whenDelayError, zip, zip, zip, zip, zip, zip, zip, zip, zipDelayError, zipDelayError, zipDelayError, zipDelayError, zipDelayError, zipDelayError, zipDelayError, zipWhen, zipWhen, zipWith, zipWith
    • Constructor Detail

      • MonoWebClientTrace

        public MonoWebClientTrace​(org.springframework.web.reactive.function.client.ClientRequest request,
                                  org.springframework.web.reactive.function.client.ExchangeFunction next)
    • Method Detail

      • subscribe

        public void subscribe​(reactor.core.CoreSubscriber<? super org.springframework.web.reactive.function.client.ClientResponse> subscriber)
        Specified by:
        subscribe in class reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse>