Class AbpRebusEventBusOptions
Inheritance
System.Object
AbpRebusEventBusOptions
Assembly: Volo.Abp.EventBus.Rebus.dll
Syntax
public class AbpRebusEventBusOptions : object
Constructors
AbpRebusEventBusOptions()
Declaration
public AbpRebusEventBusOptions()
Properties
Declaration
public Action<RebusConfigurer> Configurer { get; set; }
Property Value
Type |
Description |
Action<RebusConfigurer> |
|
Declaration
public string InputQueueName { get; set; }
Property Value
Type |
Description |
System.String |
|
Publish
Declaration
public Func<IBus, Type, object, Task> Publish { get; set; }
Property Value
Type |
Description |
Func<IBus, Type, System.Object, Task> |
|
Extension Methods