类 HazelcastProperties


  • @ConfigurationProperties(prefix="spring.hazelcast")
    public class HazelcastProperties
    extends Object
    Configuration properties for the hazelcast integration.
    从以下版本开始:
    1.3.0
    • 方法详细资料

      • getConfig

        public org.springframework.core.io.Resource getConfig()
      • setConfig

        public void setConfig​(org.springframework.core.io.Resource config)
      • resolveConfigLocation

        public org.springframework.core.io.Resource resolveConfigLocation()
        Resolve the config location if set.
        返回:
        the location or null if it is not set
        抛出:
        IllegalArgumentException - if the config attribute is set to an unknown location