public class HeartbeatEvent
extends org.springframework.context.ApplicationEvent
source| Constructor and Description |
|---|
HeartbeatEvent(Object source,
Object state)
Creates a new event with a source (for example, a discovery client) and a value.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue()
A value representing the state of the service catalog.
|
getSource, toStringpublic HeartbeatEvent(Object source, Object state)
source - The source of the event.state - The value indicating state of the catalog.public Object getValue()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.