![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
A WCF ServiceContract that provides read-only access to IEventStore<TAuthenticationToken> events raised with the same IMessage.CorrelationId. More...
Inheritance diagram for Cqrs.Services.IEventService< TAuthenticationToken >:Public Member Functions | |
| IServiceResponseWithResultData< IEnumerable< EventData > > | GetEventData (IServiceRequestWithData< TAuthenticationToken, Guid > serviceRequest) |
| Get all events raised with the same IMessage.CorrelationId. More... | |
A WCF ServiceContract that provides read-only access to IEventStore<TAuthenticationToken> events raised with the same IMessage.CorrelationId.
| TAuthenticationToken | The Type of authentication token. |