CQRS.NET
2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Public Member Functions | |
EventStoreEventPublisher (IEventStoreConnectionHelper eventStoreConnectionHelper, IStoreLastEventProcessed lastEventProcessedStore) | |
void | Publish< TEvent > (TEvent @event) |
Publishes the provided @event on the event bus. More... | |
void | Publish< TEvent > (IEnumerable< TEvent > events) |
Publishes the provided events on the event bus. More... | |
Protected Member Functions | |
void | InitialiseCatchUpSubscription () |
Properties | |
Dictionary< Type, List< Action< IMessage > > > | Routes [get] |
IEventStoreConnection | EventStoreConnection [get] |
IStoreLastEventProcessed | LastEventProcessedStore [get] |