Uses of Class
org.springframework.cloud.consul.discovery.TtlScheduler
Packages that use TtlScheduler
Package
Description
-
Uses of TtlScheduler in org.springframework.cloud.consul.serviceregistry
Methods in org.springframework.cloud.consul.serviceregistry with parameters of type TtlSchedulerModifier and TypeMethodDescriptionConsulServiceRegistryAutoConfiguration.consulServiceRegistry(com.ecwid.consul.v1.ConsulClient consulClient, ConsulDiscoveryProperties properties, HeartbeatProperties heartbeatProperties, TtlScheduler ttlScheduler) Constructors in org.springframework.cloud.consul.serviceregistry with parameters of type TtlSchedulerModifierConstructorDescriptionConsulServiceRegistry(com.ecwid.consul.v1.ConsulClient client, ConsulDiscoveryProperties properties, TtlScheduler ttlScheduler, HeartbeatProperties heartbeatProperties) -
Uses of TtlScheduler in org.springframework.cloud.consul.support
Methods in org.springframework.cloud.consul.support that return TtlSchedulerModifier and TypeMethodDescriptionConsulHeartbeatAutoConfiguration.ttlScheduler(HeartbeatProperties heartbeatProperties, ConsulDiscoveryProperties discoveryProperties, com.ecwid.consul.v1.ConsulClient consulClient, ReregistrationPredicate reRegistrationPredicate, org.springframework.beans.factory.ObjectProvider<ApplicationStatusProvider> applicationStatusProvider)