public interface InstanceLifecycleNotificationObserver
Allows listeners to be registered to respond to an instance terminating notification
.| Modifier and Type | Method and Description |
|---|---|
void |
addInstanceTerminatingListener(InstanceLifecycleListener listener)
Register the specified listener to be notified when an instance is terminating.
|
void |
initialise()
Initialise this observer.
|
void |
shutdown()
Shutdown this observer.
|
void initialise()
void addInstanceTerminatingListener(InstanceLifecycleListener listener)
listener - the listenervoid shutdown()
Copyright © 2017 Atlassian. All rights reserved.