It provides a set of basic patterns used in microservices or backend services. Also the module implemenets a reasonably thin abstraction layer over most fundamental functions across all languages supported by the toolkit to facilitate symmetric implementation.
Packages
The module contains the following packages:
- Convert - portable value converters
- Data - data patterns
- Errors - application errors
- Reflect - portable reflection utilities
Use
Add dependency to the pom.xml:
<dependency>
<groupId>org.pipservices</groupId>
<artifactId>pip-services4-commons</artifactId>
<version>[0.0.1,)</version>
</dependency>