Interface IShieldDecorator
- Namespace
- Kevlar
- Assembly
- Kevlar.dll
Decorates shields created by dependency-injection and HTTP integrations.
public interface IShieldDecorator
Methods
Decorate(Shield, string?)
Decorates an untyped shield.
Shield Decorate(Shield shield, string? name)
Parameters
Returns
Decorate<TResult>(Shield<TResult>, string?)
Decorates a result-aware shield.
Shield<TResult> Decorate<TResult>(Shield<TResult> shield, string? name)
Parameters
Returns
- Shield<TResult>
Type Parameters
TResult