Interface IRemovedWithJoinBuilder<TReadModel, TEvent, TBuilder>
- Namespace
- Cratis.Chronicle.Projections
- Assembly
- Cratis.Chronicle.dll
Defines a builder for building out removed with join statements.
public interface IRemovedWithJoinBuilder<TReadModel, TEvent, TBuilder> where TBuilder : class
Type Parameters
TReadModelRead model to build for.
TEventEvent to build for.
TBuilderType of actual builder.