Class HazelcastProperties

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

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

    • HazelcastProperties

      public HazelcastProperties()
  • Method Details

    • getConfig

      public @Nullable Resource getConfig()
    • setConfig

      public void setConfig(@Nullable Resource config)
    • resolveConfigLocation

      public @Nullable 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