Skip to content

io microsphere netflix eureka server spring cloud tomcat autoconfigure TomcatEurekaServerReplicationAutoConfiguration

github-actions[bot] edited this page Aug 20, 2026 · 1 revision

TomcatEurekaServerReplicationAutoConfiguration

Type: Class | Module: microsphere-netflix-eureka-server-spring-cloud | Package: io.microsphere.netflix.eureka.server.spring.cloud.tomcat.autoconfigure

Source: microsphere-netflix-eureka-server-spring-cloud/src/main/java/io/microsphere/netflix/eureka/server/spring/cloud/tomcat/autoconfigure/TomcatEurekaServerReplicationAutoConfiguration.java

Overview

TomcatEurekaServerReplicationAutoConfiguration is a class in the io.microsphere.netflix.eureka.server.spring.cloud.tomcat.autoconfigure package of the microsphere-netflix-eureka-server-spring-cloud module.

Declaration

public class TomcatEurekaServerReplicationAutoConfiguration implements EmbeddedValueResolverAware, BeanClassLoaderAware,

Version Information

  • Introduced in: 0.2.0-SNAPSHOT (current)
  • Current Project Version: 0.2.0-SNAPSHOT

Version Compatibility

This component is tested and compatible with the following Java versions:

Java Version Status
Java 17 ✅ Compatible
Java 21 ✅ Compatible
Java 25 ✅ Compatible

Usage

Maven Dependency

Add the following dependency to your pom.xml:

<dependency>
    <groupId>io.github.microsphere-projects</groupId>
    <artifactId>microsphere-netflix-eureka-server-spring-cloud</artifactId>
    <version>${microsphere-netflix.version}</version>
</dependency>

Tip: Use the BOM (microsphere-netflix-dependencies) for consistent version management. See the Getting Started guide.

Import

import io.microsphere.netflix.eureka.server.spring.cloud.tomcat.autoconfigure.TomcatEurekaServerReplicationAutoConfiguration;

API Reference

Public Methods

Method Description
installSimpleTcpClusterCustomizer
setEmbeddedValueResolver
setBeanClassLoader
objectMadePrimary
destroy
onStartup
attributeAdded
attributeRemoved
attributeReplaced

This documentation was auto-generated from the source code of microsphere-netflix.

Clone this wiki locally