Interface ISupportsEventBoxes
Assembly: Volo.Abp.EventBus.dll
Syntax
public interface ISupportsEventBoxes
Methods
ProcessFromInboxAsync(IncomingEventInfo, InboxConfig)
Declaration
Task ProcessFromInboxAsync(IncomingEventInfo incomingEvent, InboxConfig inboxConfig)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
PublishFromOutboxAsync(OutgoingEventInfo, OutboxConfig)
Declaration
Task PublishFromOutboxAsync(OutgoingEventInfo outgoingEvent, OutboxConfig outboxConfig)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
PublishManyFromOutboxAsync(IEnumerable<OutgoingEventInfo>, OutboxConfig)
Declaration
Task PublishManyFromOutboxAsync(IEnumerable<OutgoingEventInfo> outgoingEvents, OutboxConfig outboxConfig)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Extension Methods