Class 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:
    Serialized Form
    • Constructor Detail

      • ParentHeartbeatEvent

        public ParentHeartbeatEvent​(Object source,
                                    Object value)
    • Method Detail

      • getValue

        public Object getValue()