Class HazelcastConfigurer


  • public class HazelcastConfigurer
    extends Object
    Utility class to retrieve the HazelcastInstance to be used by appNG. This instance is then being used by CacheService and also by HazelcastReceiver.
    Author:
    Matthias Müller
    • Method Detail

      • getInstance

        public static com.hazelcast.core.HazelcastInstance getInstance​(PlatformProperties platformProperties)
      • getInstance

        public static com.hazelcast.core.HazelcastInstance getInstance​(PlatformProperties platformProperties,
                                                                       String clientId)
      • shutdown

        public static void shutdown()
      • isClient

        public static boolean isClient()