Skip to content

io microsphere netflix eureka client spring cloud event PropagatingEurekaEventListener

github-actions[bot] edited this page Aug 15, 2026 · 2 revisions

PropagatingEurekaEventListener

Type: Class | Module: microsphere-netflix-eureka-client-spring-cloud | Package: io.microsphere.netflix.eureka.client.spring.cloud.event | Since: 1.0.0

Source: microsphere-netflix-eureka-client-spring-cloud/src/main/java/io/microsphere/netflix/eureka/client/spring/cloud/event/PropagatingEurekaEventListener.java

Overview

EurekaEventListener for Propagating the EurekaEvent to Spring ApplicationContext

Declaration

public class PropagatingEurekaEventListener implements EurekaEventListener, ApplicationEventPublisherAware

Author: Mercy

Version Information

  • Introduced in: 1.0.0
  • 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-client-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.client.spring.cloud.event.PropagatingEurekaEventListener;

API Reference

Public Methods

Method Description
onEvent
setApplicationEventPublisher

See Also

  • EurekaEventListener
  • EurekaEvent
  • ApplicationContext
  • ApplicationEventPublisher
  • PayloadApplicationEvent

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

Clone this wiki locally