Class ParentHeartbeatEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.cloud.client.discovery.event.ParentHeartbeatEvent
All Implemented Interfaces:
Serializable

public class ParentHeartbeatEvent extends org.springframework.context.ApplicationEvent
Heartbeat event that a parent ApplicationContext can send to a child context. Useful, for example, when a config server is located via a DiscoveryClient, in which case the HeartbeatEvent that triggers this event is fired in the parent (bootstrap) context.
Author:
Spencer Gibb
See Also:
  • Constructor Details

    • ParentHeartbeatEvent

      public ParentHeartbeatEvent(Object source, Object value)
  • Method Details

    • getValue

      public Object getValue()