Uses of Interface
org.springframework.cloud.consul.discovery.ReregistrationPredicate
Packages that use ReregistrationPredicate
Package
Description
-
Uses of ReregistrationPredicate in org.springframework.cloud.consul.discovery
Fields in org.springframework.cloud.consul.discovery declared as ReregistrationPredicateModifier and TypeFieldDescriptionstatic final ReregistrationPredicateReregistrationPredicate.DEFAULTDefault implementation that performs re-registration when the status code is either 404 or 500.Constructors in org.springframework.cloud.consul.discovery with parameters of type ReregistrationPredicateModifierConstructorDescriptionTtlScheduler(HeartbeatProperties heartbeatProperties, ConsulDiscoveryProperties discoveryProperties, com.ecwid.consul.v1.ConsulClient client, ReregistrationPredicate reregistrationPredicate, org.springframework.beans.factory.ObjectProvider<ApplicationStatusProvider> applicationStatusProviderFactory) -
Uses of ReregistrationPredicate in org.springframework.cloud.consul.support
Methods in org.springframework.cloud.consul.support that return ReregistrationPredicateMethods in org.springframework.cloud.consul.support with parameters of type ReregistrationPredicateModifier and TypeMethodDescriptionConsulHeartbeatAutoConfiguration.ttlScheduler(HeartbeatProperties heartbeatProperties, ConsulDiscoveryProperties discoveryProperties, com.ecwid.consul.v1.ConsulClient consulClient, ReregistrationPredicate reRegistrationPredicate, org.springframework.beans.factory.ObjectProvider<ApplicationStatusProvider> applicationStatusProvider)