public class InstancePreRegisteredEvent
extends org.springframework.context.ApplicationEvent
source| Constructor and Description |
|---|
InstancePreRegisteredEvent(Object source,
Registration registration)
Create a new pre registration event.
|
| Modifier and Type | Method and Description |
|---|---|
Registration |
getRegistration()
Get the registration data.
|
getSource, toStringpublic InstancePreRegisteredEvent(Object source, Registration registration)
source - the object on which the event initially occurred (never null)public Registration getRegistration()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.