1.0.3-beta.5 • Published 2 years ago

@agrippa-io/node-usecase v1.0.3-beta.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

UseCases

The UseCases library is used to create re-usable actions that represent executing the logic for carrying out operations specific to a UseCase. Included in the library are UseCaseChain and UseCaseParallel used to execute UseCases in Series or Parallel.

UseCase (Base Class)

UseCase is a Base Class that should be extended to implement actions in your API. A UseCase can have a number of UseCases as children and follow the Single Responsibity design-pattern.

UseCase - Single

UseCase - With Child UseCases

UseCaseChain

UseCaseParallel

1.0.3-beta.5

2 years ago

1.0.3-beta.4

2 years ago

1.0.3-beta.3

2 years ago

1.0.3-beta.2

2 years ago

1.0.3-beta.1

2 years ago

1.0.3-beta.0

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago