Interface InstanceExchangeFilterFunction

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface InstanceExchangeFilterFunction
Represents a function that filters anexchange function issued on a registered instance.
Author:
Johannes Edmeier
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse>
    filter(Instance instance, org.springframework.web.reactive.function.client.ClientRequest request, org.springframework.web.reactive.function.client.ExchangeFunction next)
     
  • Method Details

    • filter

      reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse> filter(Instance instance, org.springframework.web.reactive.function.client.ClientRequest request, org.springframework.web.reactive.function.client.ExchangeFunction next)