Uses of Class
org.kiwiproject.consul.util.failover.ConsulFailoverInterceptor
Packages that use ConsulFailoverInterceptor
-
Uses of ConsulFailoverInterceptor in org.kiwiproject.consul
Methods in org.kiwiproject.consul with parameters of type ConsulFailoverInterceptorModifier and TypeMethodDescriptionConsul.Builder.withConsulFailoverInterceptor(ConsulFailoverInterceptor failoverInterceptor) Uses the given failover interceptor. -
Uses of ConsulFailoverInterceptor in org.kiwiproject.consul.util.failover
Methods in org.kiwiproject.consul.util.failover that return ConsulFailoverInterceptorModifier and TypeMethodDescriptionConsulFailoverInterceptor.withMaxFailoverAttempts(int maxFailoverAttempts) Change the maximum number of failover attempts before giving up.