public class HazelcastClientBeanDefinitionParser extends AbstractHazelcastBeanDefinitionParser
Sample Spring XML for Hazelcast Client:
   <hz:client id="client">
      <hz:group name="${cluster.group.name}" password="${cluster.group.password}" />
      <hz:network connection-attempt-limit="3"
          connection-attempt-period="3000"
          connection-timeout="1000"
          redo-operation="true"
          smart-routing="true">
              <hz:member>10.10.1.2:5701</hz:member>
              <hz:member>10.10.1.3:5701</hz:member>
      </hz:network>
   </hz:client>
 | Modifier and Type | Class and Description | 
|---|---|
class  | 
HazelcastClientBeanDefinitionParser.SpringXmlBuilder
Client bean definition builder 
 | 
AbstractHazelcastBeanDefinitionParser.SpringXmlBuilderHelper| Constructor and Description | 
|---|
HazelcastClientBeanDefinitionParser()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected org.springframework.beans.factory.support.AbstractBeanDefinition | 
parseInternal(Element element,
             org.springframework.beans.factory.xml.ParserContext parserContext)  | 
protected org.springframework.beans.factory.support.AbstractBeanDefinition parseInternal(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
parseInternal in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.