public class InstanceRegisteredEvent<T>
extends org.springframework.context.ApplicationEvent
source| Constructor and Description |
|---|
InstanceRegisteredEvent(Object source,
T config)
Create a new
InstanceRegisteredEvent instance. |
| Modifier and Type | Method and Description |
|---|---|
T |
getConfig() |
getSource, toStringpublic InstanceRegisteredEvent(Object source, T config)
InstanceRegisteredEvent instance.source - the component that published the event (never null)config - the configuration of the instancepublic T getConfig()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.