Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

IDistributedApplicationEventingSubscriber

Interfacenet10.0
📦 Aspire.Hosting v13.5.4
Defines an interface for services that want to subscribe to events from IDistributedApplicationEventing. This allows a service to subscribe to BeforeStartEvent before the application actually starts.
namespace Aspire.Hosting.Lifecycle;
public interface IDistributedApplicationEventingSubscriber
{
// ...
}
View all methods