Namespace Apizr.Resiliencing.Attributes.Crud
Classes
- CreateResiliencePipelineAttribute
 Tells Apizr to apply some policies to Create method You have to provide a strategy registry to Apizr to use this feature
- DeleteResiliencePipelineAttribute
 Tells Apizr to apply some resilience strategies to Delete method You have to provide a strategy registry to Apizr to use this feature
- ReadAllResiliencePipelineAttribute
 Tells Apizr to apply some resilience strategies to ReadAll method You have to provide a strategy registry to Apizr to use this feature
- ReadResiliencePipelineAttribute
 Tells Apizr to apply some resilience strategies to Read method You have to provide a strategy registry to Apizr to use this feature
- SafeCreateResiliencePipelineAttribute
 Tells Apizr to apply some policies to Create method You have to provide a strategy registry to Apizr to use this feature
- SafeDeleteResiliencePipelineAttribute
 Tells Apizr to apply some resilience strategies to Delete method You have to provide a strategy registry to Apizr to use this feature
- SafeReadAllResiliencePipelineAttribute
 Tells Apizr to apply some resilience strategies to ReadAll method You have to provide a strategy registry to Apizr to use this feature
- SafeReadResiliencePipelineAttribute
 Tells Apizr to apply some resilience strategies to Read method You have to provide a strategy registry to Apizr to use this feature
- SafeUpdateResiliencePipelineAttribute
 Tells Apizr to apply some resilience strategies to Update method You have to provide a strategy registry to Apizr to use this feature
- UpdateResiliencePipelineAttribute
 Tells Apizr to apply some resilience strategies to Update method You have to provide a strategy registry to Apizr to use this feature