public class HealthCheckEvent
extends org.springframework.context.ApplicationEvent
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
response |
Constructor and Description |
---|
HealthCheckEvent(java.lang.Object source)
Create a new ApplicationEvent.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getResponse() |
void |
setResponse(java.lang.String response) |