public class RetryGatewayFilterFactory extends AbstractGatewayFilterFactory<RetryGatewayFilterFactory.Retry>
Modifier and Type | Class and Description |
---|---|
static class |
RetryGatewayFilterFactory.Retry |
AbstractGatewayFilterFactory.NameConfig
ShortcutConfigurable.ShortcutType
NAME_KEY, VALUE_KEY
Constructor and Description |
---|
RetryGatewayFilterFactory() |
Modifier and Type | Method and Description |
---|---|
GatewayFilter |
apply(reactor.retry.Repeat<org.springframework.web.server.ServerWebExchange> repeat) |
GatewayFilter |
apply(RetryGatewayFilterFactory.Retry retry) |
getConfigClass, newConfig, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
apply, getConfigClass, mutate, name, newConfig
getValue, normalizeKey, shortcutFieldOrder, shortcutFieldPrefix, shortcutType
public GatewayFilter apply(RetryGatewayFilterFactory.Retry retry)
public GatewayFilter apply(reactor.retry.Repeat<org.springframework.web.server.ServerWebExchange> repeat)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.