Class AbpRebusEventBusOptions
Inheritance
AbpRebusEventBusOptions
Assembly: Volo.Abp.EventBus.Rebus.dll
Syntax
public class AbpRebusEventBusOptions
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
Publish
Declaration
public Func<IBus, Type, object, Task>? Publish { get; set; }
Property Value
Extension Methods