Class HazelcastClientFactory

    • Constructor Detail

      • HazelcastClientFactory

        public HazelcastClientFactory​(org.springframework.core.io.Resource clientConfigLocation)
                               throws IOException
        Create a HazelcastClientFactory for the specified configuration location.
        Parameters:
        clientConfigLocation - the location of the configuration file
        Throws:
        IOException - if the configuration location could not be read
    • Method Detail

      • getHazelcastInstance

        public com.hazelcast.core.HazelcastInstance getHazelcastInstance()
        Get the HazelcastInstance.
        Returns:
        the HazelcastInstance