Class SubscriptionCreatedHandler
Inheritance
SubscriptionCreatedHandler
Assembly: Volo.Saas.Domain.dll
Syntax
public class SubscriptionCreatedHandler : IDistributedEventHandler<SubscriptionCreatedEto>, IEventHandler, ITransientDependency
Constructors
SubscriptionCreatedHandler(ITenantRepository, ILogger<SubscriptionCreatedHandler>)
Declaration
public SubscriptionCreatedHandler(ITenantRepository tenantRepository, ILogger<SubscriptionCreatedHandler> logger)
Parameters
Properties
Logger
Declaration
protected ILogger<SubscriptionCreatedHandler> Logger { get; }
Property Value
TenantRepository
Declaration
protected ITenantRepository TenantRepository { get; }
Property Value
Methods
HandleEventAsync(SubscriptionCreatedEto)
Declaration
public Task HandleEventAsync(SubscriptionCreatedEto eventData)
Parameters
Returns
Implements
Extension Methods