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 this to your package’s pubspec.yaml file:

dependencies:
  pip_services4_logic: version

Now you can install package from the command line:

pub get