Class GatewayPredicate.GatewayPredicateWrapper

    • Constructor Detail

      • GatewayPredicateWrapper

        public GatewayPredicateWrapper​(Predicate<? super org.springframework.web.server.ServerWebExchange> delegate)
    • Method Detail

      • test

        public boolean test​(org.springframework.web.server.ServerWebExchange exchange)
        Specified by:
        test in interface Predicate<org.springframework.web.server.ServerWebExchange>