The following table describes the collection properties for the Address microservice:
S. No. | Attribute | Default Value | Description |
---|---|---|---|
1 | allowedEventName | NA | This attribute indicates the list of possible actions for which events are triggered. The possible value is validateAddress . |
2 | physicaladdressstrategypartner | com.skava.address.strategy.impl.DefaultPhysicalAddressValidationStrategyImpl | This attribute indicates the implementation class name to validate the physical address. |
3 | digitaladdressstrategypartner | com.skava.address.strategy.impl.DefaultDigitalAddressValidationStrategyImpl | This attribute indicates the implementation class name to validate the digital address. |
4 | phonedetailsstrategypartner | com.skava.address.strategy.impl.DefaultPhoneDetailsValidationStrategyImpl | This attribute indicates the implementation class name to validate the phone number. |
5 | physicaladdresspluginpartner | com.skava.address.plugin.impl.DefaultPhysicalAddressValidationPluginImpl | This attribute indicates the implementation class name to validate the physical address. |
6 | digitaladdresspluginpartner | com.skava.address.plugin.impl.DefaultDigitalAddressValidationPluginImpl | This attribute indicates the implementation class name to validate the digital address. |
7 | phonedetailspluginpartner | com.skava.address.plugin.impl.DefaultPhoneDetailsValidationPluginImpl | This attribute indicates the implementation class name to validate the phone number. |
8 | cacheValidation.ttl | 60000 | This attribute specifies the cache lifetime in milliseconds. |
9 | addressValidation.ttl | 30000 | This attribute specifies the address lifetime in milliseconds. |
10 | addressValidators | This attribute indicates a validator class, which is required for input validations. com.skava.address.validator.services.AddressValidator |
|
11 | address.validation.config | NA | This attribute provides predefined data to load the third-party plugins. |
Revision History
2020-02-04 | AN – Content updated for February 2020 release.
2019-06-08 | PLK – Minor copyedits.
2019-05-01 | PLK – Minor copyedit.
2019-04-15 | AN – Content updated for April 2019 release.
2019-01-21 | PLK – Page created and content uploaded.