Uses of Interface
org.kiwiproject.consul.util.failover.strategy.ConsulFailoverStrategy
Packages that use ConsulFailoverStrategy
Package
Description
-
Uses of ConsulFailoverStrategy in org.kiwiproject.consul
Methods in org.kiwiproject.consul with parameters of type ConsulFailoverStrategyModifier and TypeMethodDescriptionConsul.Builder.withFailoverInterceptor(ConsulFailoverStrategy strategy) Deprecated, for removal: This API element is subject to removal in a future version.Consul.Builder.withFailoverInterceptorUsingStrategy(ConsulFailoverStrategy strategy) Constructs a failover interceptor with the givenConsulFailoverStrategy. -
Uses of ConsulFailoverStrategy in org.kiwiproject.consul.util.failover
Constructors in org.kiwiproject.consul.util.failover with parameters of type ConsulFailoverStrategyModifierConstructorDescriptionAllows customization of the interceptor chain -
Uses of ConsulFailoverStrategy in org.kiwiproject.consul.util.failover.strategy
Classes in org.kiwiproject.consul.util.failover.strategy that implement ConsulFailoverStrategy
Consul.Builder.withFailoverInterceptorUsingStrategy(ConsulFailoverStrategy)