UNPKG

node-sagas

Version:

Library for handling distributed transactions in the microservices architecture

5 lines (4 loc) 242 B
export { SagaCompensationFailed, SagaExecutionFailed } from './src/exceptions'; export { Saga, SagaStates } from './src/saga'; export { SagaBuilder } from './src/saga-builder'; export { SagaBuilderFactory } from './src/saga-builder-factory';