@ConfigurationProperties(prefix="spring.hazelcast")
public class HazelcastProperties
extends java.lang.Object
Constructor and Description |
---|
HazelcastProperties() |
Modifier and Type | Method and Description |
---|---|
org.springframework.core.io.Resource |
getConfig() |
org.springframework.core.io.Resource |
resolveConfigLocation()
Resolve the config location if set.
|
void |
setConfig(org.springframework.core.io.Resource config) |
public org.springframework.core.io.Resource getConfig()
public void setConfig(org.springframework.core.io.Resource config)
public org.springframework.core.io.Resource resolveConfigLocation()
null
if it is not setjava.lang.IllegalArgumentException
- if the config attribute is set to an unknown
location