PublishAsync Method
Definition
- Namespace
- Savvyio.EventDriven
- Assemblies
- Savvyio.EventDriven.dll
PublishAsync(IIntegrationEvent, Action<AsyncOptions>)
Publishes the specified request asynchronous using Fire-and-Forget/In-Only MEP.
public Task PublishAsync(IIntegrationEvent request, Action<AsyncOptions> setup = null)
Parameters
requestIIntegrationEventThe IIntegrationEvent to publish.
setupAction<AsyncOptions>The AsyncOptions which may be configured.