@dolittle/sdk.aggregates
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
23 lines • 1.47 kB
TypeScript
export * as Builders from './Builders/_exports';
export * as Internal from './Internal/_exports';
export { AggregateOf } from './AggregateOf';
export { AggregateRoot } from './AggregateRoot';
export { AggregateRootAction } from './AggregateRootAction';
export { AggregateRootIdentifierNotSet } from './AggregateRootIdentifierNotSet';
export { AggregateRootModelId, isAggregateRootModelId } from './AggregateRootModelId';
export { AggregateRootOperations } from './AggregateRootOperations';
export { AggregateRootType, isAggregateRootType } from './AggregateRootType';
export { AggregateRootTypeAlias, isAggregateRootTypeAlias } from './AggregateRootTypeAlias';
export { AggregateRootTypeOptions } from './AggregateRootTypeOptions';
export { AggregateRootTypes } from './AggregateRootTypes';
export { AppliedEvent } from './AppliedEvent';
export { EventTypesNotSet } from './EventTypesNotSet';
export { IAggregateOf } from './IAggregateOf';
export { IAggregateRootOperations } from './IAggregateRootOperations';
export { IAggregateRootTypes } from './IAggregateRootTypes';
export { MissingAggregateRootDecoratorFor } from './MissingAggregateRootDecoratorFor';
export { OnDecoratedMethod } from './OnDecoratedMethod';
export { OnMethodSignature } from './OnMethodSignature';
export { aggregateRoot, isDecoratedAggregateRootType, getDecoratedAggregateRootType } from './aggregateRootDecorator';
export { on } from './onDecorator';
//# sourceMappingURL=_exports.d.ts.map