Method | Description | |
---|---|---|
GetFilterManager ( IEnumerable |
Gets a default IWebHookFilterManager implementation which is used if none are registered with the Dependency Injection engine.
|
|
GetFilterProviders ( ) : IEnumerable |
Gets the set of IWebHookFilterProvider instances discovered by a default discovery mechanism which is used if none are registered with the Dependency Injection engine.
|
|
GetStore ( ) : IWebHookStore |
Gets a default IWebHookStore implementation which is used if none are registered with the Dependency Injection engine.
|
|
GetUser ( ) : IWebHookUser |
Gets a default IWebHookUser implementation which is used if none are registered with the Dependency Injection engine.
|
|
SetSender ( IWebHookSender instance ) : void |
Sets a default IWebHookSender implementation which is used if none are registered with the Dependency Injection engine.
|
|
SetStore ( IWebHookStore instance ) : void |
Sets a default IWebHookStore implementation which is used if none are registered with the Dependency Injection engine.
|
|
SetUser ( IWebHookUser instance ) : void |
Sets a default IWebHookUser implementation which is used if none are registered with the Dependency Injection engine.
|
Method | Description | |
---|---|---|
GetManager ( IWebHookStore store, IWebHookSender sender, ILogger logger ) : IWebHookManager | ||
GetSender ( ILogger logger ) : IWebHookSender | ||
Reset ( ) : void |
For testing purposes
|
public static GetFilterManager ( IEnumerable |
||
filterProviders | IEnumerable |
The collection of |
return | IWebHookFilterManager |
public static GetFilterProviders ( ) : IEnumerable |
||
return | IEnumerable |
public static SetSender ( IWebHookSender instance ) : void | ||
instance | IWebHookSender | The |
return | void |
public static SetStore ( IWebHookStore instance ) : void | ||
instance | IWebHookStore | The |
return | void |
public static SetUser ( IWebHookUser instance ) : void | ||
instance | IWebHookUser | The |
return | void |