Logic module

The Logic module contains standard component definitions to handle complex business transactions.

Packages

The module contains the following packages:

  • Build - factory components
  • Cache - distributed cache
  • Lock - distributed lock components
  • State - distributed state management components

Use

Add dependency to the pom.xml:

<dependency>
  <groupId>org.pipservices</groupId>
  <artifactId>pip-services4-logic</artifactId>
  <version>[0.0.1,)</version>
</dependency>