Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
kz-io/mediatorA collection of types and features for implementing the mediator pattern.
This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
JSR Score
100%
Published
3 months ago (0.0.1)
T
MediatorTopicMessage
Represents a topical message published from participants to a mediator.
T
ParticipantTopicMessage
Represents a topical message published from a mediator to participants.
c
TAbstractParticipant
Provides an abstract implementation for a participant that can receive from and publish to, topical notifications of a mediator.
c
TBaseMediator
Provides a base implementation for a mediator that can publish and route topical notifications.
I
TParticipant
Provides a mechanism to receive topical notifications from a Mediator instance.