IDistributedApplicationEventing
Interfacenet10.0
Supports publishing and subscribing to events which are executed during the AppHost lifecycle.
namespace Aspire.Hosting.Eventing;
public interface IDistributedApplicationEventing{ // ...}5 members
Methods5
Section titled MethodsTask Publishes an event to all subscribes of the specific event type.
Task Publishes an event to all subscribes of the specific event type.
Subscribes a callback to a specific event type within the AppHost.
Subscribes a callback to a specific event type
Unsubscribe from an event.