Interface ILocalEventBus
Inherited Members
Namespace: Volo.Abp.EventBus.Local
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
public interface ILocalEventBus : IEventBus
Methods
Subscribe<TEvent>(ILocalEventHandler<TEvent>)
Declaration
IDisposable Subscribe<TEvent>(ILocalEventHandler<TEvent> handler) where TEvent : class
Parameters
Type | Name | Description |
---|---|---|
ILocalEventHandler<TEvent> | handler |
Returns
Type | Description |
---|---|
IDisposable |
Type Parameters
Name | Description |
---|---|
TEvent |