Table of Contents

Interface IQuerySagaRepository<TSaga>

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface IQuerySagaRepository<TSaga> where TSaga : class, ISaga

Type Parameters

TSaga

Methods

Find(ISagaQuery<TSaga>)

Task<IEnumerable<Guid>> Find(ISagaQuery<TSaga> query)

Parameters

query ISagaQuery<TSaga>

Returns

Task<IEnumerable<Guid>>