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:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionEurekaInstanceRenewedEvent(Object source, String appName, String serverId, com.netflix.appinfo.InstanceInfo instanceInfo, boolean replication) -
Method Summary
Modifier and TypeMethodDescriptionbooleancom.netflix.appinfo.InstanceInfointhashCode()booleanvoidsetAppName(String appName) voidsetInstanceInfo(com.netflix.appinfo.InstanceInfo instanceInfo) voidsetReplication(boolean replication) voidsetServerId(String serverId) toString()Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
EurekaInstanceRenewedEvent
-
-
Method Details
-
getAppName
-
setAppName
-
getServerId
-
setServerId
-
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
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classEventObject
-