@Configuration @Import(value=CommonHazelcastConfig.class) @ConditionalOnProperty(value="hazelcast.cache.enabled", havingValue="true") public class RemoteHazelcastConfig extends Object
| Constructor and Description |
|---|
RemoteHazelcastConfig() |
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.core.HazelcastInstance |
hazelcastClient(com.hazelcast.client.config.ClientConfig clientConfig)
Create
HazelcastInstance bean. |
Copyright © 2025. All rights reserved.