Skip to main content

Built and signed on GitHub Actions

A 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
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with 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.