Class AbpRebusEventHandlerStep
Implements
IIncomingStep
IStep
Inherited Members
Namespace: Volo.Abp.EventBus.Rebus
Assembly: Volo.Abp.EventBus.Rebus.dll
Syntax
public class AbpRebusEventHandlerStep : IIncomingStep, IStep
Constructors
AbpRebusEventHandlerStep()
Declaration
public AbpRebusEventHandlerStep()
Methods
Process(IncomingStepContext, Func<Task>)
Declaration
public Task Process(IncomingStepContext context, Func<Task> next)
Parameters
| Type | Name | Description |
|---|---|---|
| IncomingStepContext | context | |
| Func<Task> | next |
Returns
| Type | Description |
|---|---|
| Task |
Implements
Rebus.Pipeline.IIncomingStep
Rebus.Pipeline.IStep