Class EurekaInstanceRenewedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.cloud.netflix.eureka.server.event.EurekaInstanceRenewedEvent
All Implemented Interfaces:
Serializable

public class EurekaInstanceRenewedEvent extends org.springframework.context.ApplicationEvent
Author:
Spencer Gibb, Gregor Zurowski
See Also:
  • Constructor Details

    • EurekaInstanceRenewedEvent

      public EurekaInstanceRenewedEvent(Object source, String appName, String serverId, com.netflix.appinfo.InstanceInfo instanceInfo, boolean replication)
  • Method Details

    • getAppName

      public String getAppName()
    • setAppName

      public void setAppName(String appName)
    • getServerId

      public String getServerId()
    • setServerId

      public void setServerId(String serverId)
    • getInstanceInfo

      public com.netflix.appinfo.InstanceInfo getInstanceInfo()
    • setInstanceInfo

      public void setInstanceInfo(com.netflix.appinfo.InstanceInfo instanceInfo)
    • isReplication

      public boolean isReplication()
    • setReplication

      public void setReplication(boolean replication)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class EventObject