Uses of Class
org.springframework.cloud.consul.discovery.TtlScheduler
-
Packages that use TtlScheduler Package Description org.springframework.cloud.consul.serviceregistry org.springframework.cloud.consul.support -
-
Uses of TtlScheduler in org.springframework.cloud.consul.serviceregistry
Methods in org.springframework.cloud.consul.serviceregistry with parameters of type TtlScheduler Modifier and Type Method Description ConsulServiceRegistryConsulServiceRegistryAutoConfiguration. consulServiceRegistry(com.ecwid.consul.v1.ConsulClient consulClient, ConsulDiscoveryProperties properties, HeartbeatProperties heartbeatProperties, TtlScheduler ttlScheduler)Constructors in org.springframework.cloud.consul.serviceregistry with parameters of type TtlScheduler Constructor Description ConsulServiceRegistry(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 TtlScheduler Modifier and Type Method Description TtlSchedulerConsulHeartbeatAutoConfiguration. ttlScheduler(HeartbeatProperties heartbeatProperties, ConsulDiscoveryProperties discoveryProperties, com.ecwid.consul.v1.ConsulClient consulClient, ReregistrationPredicate reRegistrationPredicate)
-