Class AbpRebusEventBusOptions
Inheritance
object
AbpRebusEventBusOptions
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.Rebus
Assembly: Volo.Abp.EventBus.Rebus.dll
Syntax
public class AbpRebusEventBusOptions
Constructors
AbpRebusEventBusOptions()
Declaration
public AbpRebusEventBusOptions()
Properties
Configurer
Declaration
public Action<RebusConfigurer> Configurer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Action<T><RebusConfigurer> |
InputQueueName
Declaration
public string InputQueueName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Publish
Declaration
public Func<IBus, Type, object, Task> Publish { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Func<T1, T2, T3, TResult><Rebus.Bus.IBus, System.Type, object, System.Threading.Tasks.Task> |