Uses of Class
org.springframework.cloud.consul.discovery.HeartbeatProperties
Packages that use HeartbeatProperties
Package
Description
-
Uses of HeartbeatProperties in org.springframework.cloud.consul.discovery
Constructors in org.springframework.cloud.consul.discovery with parameters of type HeartbeatPropertiesModifierConstructorDescriptionTtlScheduler(HeartbeatProperties heartbeatProperties, ConsulDiscoveryProperties discoveryProperties, com.ecwid.consul.v1.ConsulClient client, ReregistrationPredicate reregistrationPredicate, org.springframework.beans.factory.ObjectProvider<ApplicationStatusProvider> applicationStatusProviderFactory) -
Uses of HeartbeatProperties in org.springframework.cloud.consul.serviceregistry
Methods in org.springframework.cloud.consul.serviceregistry that return HeartbeatPropertiesMethods in org.springframework.cloud.consul.serviceregistry with parameters of type HeartbeatPropertiesModifier and TypeMethodDescriptionConsulAutoServiceRegistrationAutoConfiguration.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) ConsulServiceRegistryAutoConfiguration.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 HeartbeatPropertiesModifierConstructorDescriptionActuatorHealthApplicationStatusProvider(org.springframework.boot.actuate.health.HealthEndpoint healthEndpoint, HeartbeatProperties heartbeatProperties) 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 HeartbeatPropertiesMethods in org.springframework.cloud.consul.support with parameters of type HeartbeatPropertiesModifier and TypeMethodDescriptionConsulHeartbeatAutoConfiguration.ttlScheduler(HeartbeatProperties heartbeatProperties, ConsulDiscoveryProperties discoveryProperties, com.ecwid.consul.v1.ConsulClient consulClient, ReregistrationPredicate reRegistrationPredicate, org.springframework.beans.factory.ObjectProvider<ApplicationStatusProvider> applicationStatusProvider)