| Interface | Description |
|---|---|
| HasSubscribers |
A class that can receive subscriptions for a notification channel
|
| Publisher |
Publish notifications about the modifications in a event stream.
|
| Subscriber | |
| Subscription |
A subscription in the
EventStore notification channel. |
| Class | Description |
|---|---|
| InMemoryPublisher |
A Publisher that handle all the data in memory.
|
| RedisPublisher |
A Publisher that use Redis pub / sub feature to message communications.
|