IDistributedApplicationBuilder.tryAddEventingSubscriber
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity tryAddEventingSubscriber(subscribe: (arg: EventingSubscriberRegistrationContext) => Promise<void>): void;}Signature
method
tryAddEventingSubscriber Attempts to add an ATS-friendly eventing subscriber callback to the distributed-application builder.
tryAddEventingSubscriber(subscribe: (arg: EventingSubscriberRegistrationContext) => Promise<void>): voidParameters
subscribe (arg: EventingSubscriberRegistrationContext) => Promise<void> Defined on
This method is defined on the following type: