Table of Contents

Interface IReducerFor<TReadModel>

Namespace
Cratis.Chronicle.Reducers
Assembly
Cratis.Chronicle.dll

Defines a reducer for a specific model.

public interface IReducerFor<TReadModel> : IReducer where TReadModel : class

Type Parameters

TReadModel

Type of read model the reducer is for.