This type contains the following members.

public class UserCreatedSubscriber: IEventSubscriber<UserAggregate, UserId, UserCreated>
Inheritance:
ObjectUserCreatedSubscriber
Implements:
IEventSubscriber<TAggregate, TAggregateId, TAggregateEvent>

Constructors

UserCreatedSubscriber(IRepository<UserLoginEntity>, IRepository<UserProfileEntity>, ILicenseContext)

Methods

HandleAsync(IDomainEvent<UserAggregate, UserId, UserCreated>, CancellationToken)