Skip to content

Class AmazonSesInvitationDeliveryAspNetCoreServiceCollectionExtensions

Namespace: Cephalon.MultiTenancy.Governance.AmazonSesDelivery.AspNetCore.Hosting
Assembly: Cephalon.MultiTenancy.Governance.AmazonSesDelivery.AspNetCore.dll

Registers ASP.NET Core Amazon SES over SNS callback translation services for tenant-invitation delivery status callbacks.

public static class AmazonSesInvitationDeliveryAspNetCoreServiceCollectionExtensions

objectAmazonSesInvitationDeliveryAspNetCoreServiceCollectionExtensions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Gets the named HTTP client used by the default Amazon SNS subscription-confirmation client.

public const string HttpClientName = "Cephalon.MultiTenancy.Governance.AmazonSesDelivery.AspNetCore"

string

AddCephalonAmazonSesInvitationDeliveryAspNetCore(IServiceCollection, IConfiguration?, Action<AmazonSesInvitationDeliveryAspNetCoreOptions>?)

Section titled “ AddCephalonAmazonSesInvitationDeliveryAspNetCore(IServiceCollection, IConfiguration?, Action<AmazonSesInvitationDeliveryAspNetCoreOptions>?)”

Adds Amazon SES over SNS callback translation services using configuration as the primary setup source.

public static IServiceCollection AddCephalonAmazonSesInvitationDeliveryAspNetCore(this IServiceCollection services, IConfiguration? configuration = null, Action<AmazonSesInvitationDeliveryAspNetCoreOptions>? configure = null)

services IServiceCollection

The service collection to extend.

configuration IConfiguration?

The optional configuration root.

configure Action<AmazonSesInvitationDeliveryAspNetCoreOptions>?

An optional callback that can extend or override configuration-driven options.

IServiceCollection

The same service collection for fluent registration.