Uses of Class
org.springframework.cloud.consul.discovery.HeartbeatProperties
-
Packages that use HeartbeatProperties Package Description org.springframework.cloud.consul.discovery org.springframework.cloud.consul.serviceregistry org.springframework.cloud.consul.support -
-
Uses of HeartbeatProperties in org.springframework.cloud.consul.discovery
Constructors in org.springframework.cloud.consul.discovery with parameters of type HeartbeatProperties Constructor Description TtlScheduler(HeartbeatProperties heartbeatProperties, ConsulDiscoveryProperties discoveryProperties, com.ecwid.consul.v1.ConsulClient client, ReregistrationPredicate reregistrationPredicate) -
Uses of HeartbeatProperties in org.springframework.cloud.consul.serviceregistry
Methods in org.springframework.cloud.consul.serviceregistry that return HeartbeatProperties Modifier and Type Method Description HeartbeatPropertiesConsulServiceRegistryAutoConfiguration. heartbeatProperties()Methods in org.springframework.cloud.consul.serviceregistry with parameters of type HeartbeatProperties Modifier and Type Method Description ConsulAutoRegistrationConsulAutoServiceRegistrationAutoConfiguration. consulRegistration(org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties autoServiceRegistrationProperties, ConsulDiscoveryProperties properties, org.springframework.context.ApplicationContext applicationContext, org.springframework.beans.factory.ObjectProvider<List<ConsulRegistrationCustomizer>> registrationCustomizers, org.springframework.beans.factory.ObjectProvider<List<ConsulManagementRegistrationCustomizer>> managementRegistrationCustomizers, HeartbeatProperties heartbeatProperties)ConsulServiceRegistryConsulServiceRegistryAutoConfiguration. consulServiceRegistry(com.ecwid.consul.v1.ConsulClient consulClient, ConsulDiscoveryProperties properties, HeartbeatProperties heartbeatProperties, TtlScheduler ttlScheduler)static com.ecwid.consul.v1.agent.model.NewService.CheckConsulAutoRegistration. createCheck(Integer port, HeartbeatProperties ttlConfig, ConsulDiscoveryProperties properties)static ConsulAutoRegistrationConsulAutoRegistration. managementRegistration(org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties autoServiceRegistrationProperties, ConsulDiscoveryProperties properties, org.springframework.context.ApplicationContext context, List<ConsulManagementRegistrationCustomizer> managementRegistrationCustomizers, HeartbeatProperties heartbeatProperties)static ConsulAutoRegistrationConsulAutoRegistration. registration(org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties autoServiceRegistrationProperties, ConsulDiscoveryProperties properties, org.springframework.context.ApplicationContext context, List<ConsulRegistrationCustomizer> registrationCustomizers, List<ConsulManagementRegistrationCustomizer> managementRegistrationCustomizers, HeartbeatProperties heartbeatProperties)static voidConsulAutoRegistration. setCheck(com.ecwid.consul.v1.agent.model.NewService service, org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties autoServiceRegistrationProperties, ConsulDiscoveryProperties properties, org.springframework.context.ApplicationContext context, HeartbeatProperties heartbeatProperties)Constructors in org.springframework.cloud.consul.serviceregistry with parameters of type HeartbeatProperties Constructor Description ConsulAutoRegistration(com.ecwid.consul.v1.agent.model.NewService service, org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties autoServiceRegistrationProperties, ConsulDiscoveryProperties properties, org.springframework.context.ApplicationContext context, HeartbeatProperties heartbeatProperties)Deprecated.ConsulAutoRegistration(com.ecwid.consul.v1.agent.model.NewService service, org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties autoServiceRegistrationProperties, ConsulDiscoveryProperties properties, org.springframework.context.ApplicationContext context, HeartbeatProperties heartbeatProperties, List<ConsulManagementRegistrationCustomizer> managementRegistrationCustomizers)ConsulServiceRegistry(com.ecwid.consul.v1.ConsulClient client, ConsulDiscoveryProperties properties, TtlScheduler ttlScheduler, HeartbeatProperties heartbeatProperties) -
Uses of HeartbeatProperties in org.springframework.cloud.consul.support
Methods in org.springframework.cloud.consul.support that return HeartbeatProperties Modifier and Type Method Description HeartbeatPropertiesConsulHeartbeatAutoConfiguration. heartbeatProperties()Methods in org.springframework.cloud.consul.support with parameters of type HeartbeatProperties Modifier and Type Method Description TtlSchedulerConsulHeartbeatAutoConfiguration. ttlScheduler(HeartbeatProperties heartbeatProperties, ConsulDiscoveryProperties discoveryProperties, com.ecwid.consul.v1.ConsulClient consulClient, ReregistrationPredicate reRegistrationPredicate)
-