Exemplo n.º 1
0
 public static RebusSagasConfigurer WithIdempotentSagas(this RebusSagasConfigurer configurer)
 {
     var manager = new IdempotentSagasManager(configurer.Backbone);
     return configurer;
 }
Exemplo n.º 2
0
        public static RebusSagasConfigurer WithIdempotentSagas(this RebusSagasConfigurer configurer)
        {
            var manager = new IdempotentSagasManager(configurer.Backbone);

            return(configurer);
        }