public interface HazelcastInstanceAware
setHazelcastInstance(HazelcastInstance)  method with the reference to HazelcastInstance
 that is executing. This way the implementer will have a chance to get the reference to HazelcastInstance.| Modifier and Type | Method and Description | 
|---|---|
| void | setHazelcastInstance(HazelcastInstance hazelcastInstance)Gets the HazelcastInstance reference when submitting a Runnable/Callable using Hazelcast ExecutorService. | 
void setHazelcastInstance(HazelcastInstance hazelcastInstance)
hazelcastInstance - the HazelcastInstance referenceCopyright © 2022 Hazelcast, Inc.. All rights reserved.