Class RetryGatewayFilterFactory

    • Constructor Detail

      • RetryGatewayFilterFactory

        public RetryGatewayFilterFactory()
    • Method Detail

      • shortcutFieldOrder

        public List<String> shortcutFieldOrder()
        Description copied from interface: ShortcutConfigurable
        Returns hints about the number of args and the order for shortcut parsing.
        Returns:
        the list of hints
      • reset

        @Deprecated
        public void reset​(org.springframework.web.server.ServerWebExchange exchange)
        Deprecated.
      • apply

        public GatewayFilter apply​(String routeId,
                                   reactor.retry.Repeat<org.springframework.web.server.ServerWebExchange> repeat,
                                   reactor.retry.Retry<org.springframework.web.server.ServerWebExchange> retry)