EventingSubscriberRegistrationContext.onBeforeStart
Method
interface EventingSubscriberRegistrationContext { // ... omitted for brevity onBeforeStart(callback: (arg: BeforeStartEvent) => Promise<void>): DistributedApplicationEventSubscription;}Signature
method
onBeforeStart Subscribes an eventing subscriber to the BeforeStart event
onBeforeStart(callback: (arg: BeforeStartEvent) => Promise<void>): DistributedApplicationEventSubscriptionParameters
callback (arg: BeforeStartEvent) => Promise<void> Returns
DistributedApplicationEventSubscription Defined on
This method is defined on the following type: