Class TransientEventHandlerFactory
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EventBus
Assembly: Volo.Abp.EventBus.dll
Syntax
public class TransientEventHandlerFactory : IEventHandlerFactory
Constructors
TransientEventHandlerFactory(Type)
Declaration
public TransientEventHandlerFactory(Type handlerType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | handlerType |
Properties
HandlerType
Declaration
public Type HandlerType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |
Methods
CreateHandler()
Declaration
protected virtual IEventHandler CreateHandler()
Returns
| Type | Description |
|---|---|
| IEventHandler |
GetHandler()
Declaration
public virtual IEventHandlerDisposeWrapper GetHandler()
Returns
| Type | Description |
|---|---|
| IEventHandlerDisposeWrapper |
IsInFactories(List<IEventHandlerFactory>)
Declaration
public bool IsInFactories(List<IEventHandlerFactory> handlerFactories)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<T><IEventHandlerFactory> | handlerFactories |
Returns
| Type | Description |
|---|---|
| bool |