Package com.hazelcast.core
Interface LifecycleListener
- All Superinterfaces:
EventListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener object for listening to lifecycle events of the Hazelcast instance
-
Method Summary
Modifier and TypeMethodDescriptionvoid
stateChanged
(LifecycleEvent event) Called when instance's state changes.
-
Method Details
-
stateChanged
Called when instance's state changes. No blocking calls should be made in this method.- Parameters:
event
- the Lifecycle event
-