コード例 #1
0
 public Task Send <T>(ConsumeContext <T> context, ISagaPolicy <TSaga, T> policy, IPipe <SagaConsumeContext <TSaga, T> > next)
     where T : class
 {
     return(_repository.Send(context, policy, next));
 }
コード例 #2
0
 Task ISagaRepository <TSaga> .Send <T>(ConsumeContext <T> context, ISagaPolicy <TSaga, T> policy, IPipe <SagaConsumeContext <TSaga, T> > next)
 {
     return(_repository.Send(context, policy, next));
 }