Uses of Interface
org.springframework.cloud.consul.discovery.ReregistrationPredicate
-
Packages that use ReregistrationPredicate Package Description org.springframework.cloud.consul.discovery org.springframework.cloud.consul.support -
-
Uses of ReregistrationPredicate in org.springframework.cloud.consul.discovery
Fields in org.springframework.cloud.consul.discovery declared as ReregistrationPredicate Modifier and Type Field Description static 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 ReregistrationPredicate Constructor Description TtlScheduler(HeartbeatProperties heartbeatProperties, ConsulDiscoveryProperties discoveryProperties, com.ecwid.consul.v1.ConsulClient client, ReregistrationPredicate reregistrationPredicate) -
Uses of ReregistrationPredicate in org.springframework.cloud.consul.support
Methods in org.springframework.cloud.consul.support that return ReregistrationPredicate Modifier and Type Method Description ReregistrationPredicateConsulHeartbeatAutoConfiguration. reRegistrationPredicate()Methods in org.springframework.cloud.consul.support with parameters of type ReregistrationPredicate Modifier and Type Method Description TtlSchedulerConsulHeartbeatAutoConfiguration. ttlScheduler(HeartbeatProperties heartbeatProperties, ConsulDiscoveryProperties discoveryProperties, com.ecwid.consul.v1.ConsulClient consulClient, ReregistrationPredicate reRegistrationPredicate)
-