Class MySimpleDistributedSingleInstanceEventHandler
Inheritance
MySimpleDistributedSingleInstanceEventHandler
Assembly: Volo.Abp.EventBus.Tests.dll
Syntax
public class MySimpleDistributedSingleInstanceEventHandler : IDistributedEventHandler<MySimpleEventData>, IDistributedEventHandler<EntityCreatedEto<MySimpleEventData>>, IDistributedEventHandler<MySimpleEto>, IEventHandler, ITransientDependency
Constructors
MySimpleDistributedSingleInstanceEventHandler(ICurrentTenant)
Declaration
public MySimpleDistributedSingleInstanceEventHandler(ICurrentTenant currentTenant)
Parameters
Properties
TenantId
Declaration
public static Guid? TenantId { get; set; }
Property Value
Methods
HandleEventAsync(EntityCreatedEto<MySimpleEventData>)
Declaration
public Task HandleEventAsync(EntityCreatedEto<MySimpleEventData> eventData)
Parameters
Returns
HandleEventAsync(MySimpleEto)
Declaration
public Task HandleEventAsync(MySimpleEto eventData)
Parameters
Returns
HandleEventAsync(MySimpleEventData)
Declaration
public Task HandleEventAsync(MySimpleEventData eventData)
Parameters
Returns
Implements
Extension Methods