@event-driven-platform/subject
v0.1.3
Published
Subject contracts and factory for the event-driven platform.
Readme
@event-driven-platform/subject
Defines the subject metadata used to identify what platform work acts on.
Installation
pnpm add @event-driven-platform/subjectRole
A Subject identifies the business subject associated with an Operation while remaining independent of persistence and transport concerns.
API
Subject,SubjectDescriptor— subject contracts.SubjectFactory— construction contract.DefaultSubjectFactory— default validated factory implementation.
Related documentation
See docs/architecture/README.md for the platform architecture.
