Class HazelcastProperties

java.lang.Object
org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties

@ConfigurationProperties(prefix="spring.hazelcast") public class HazelcastProperties extends Object
Configuration properties for the hazelcast integration.
Since:
1.3.0
Author:
Stephane Nicoll
  • Constructor Details

    • HazelcastProperties

      public HazelcastProperties()
  • Method Details

    • getConfig

      public Resource getConfig()
    • setConfig

      public void setConfig(Resource config)
    • resolveConfigLocation

      public Resource resolveConfigLocation()
      Resolve the config location if set.
      Returns:
      the location or null if it is not set
      Throws:
      IllegalArgumentException - if the config attribute is set to an unknown location