Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "pack/notification/notification"

Index

Type aliases

DestinationFactory

DestinationFactory: (goal: SdmGoalEvent, context: SdmContext) => Promise<Destination | Destination[] | undefined>

Factory to create message destinations for goal notifications

Type declaration

NotificationFactory

NotificationFactory: (gi: GoalCompletionListenerInvocation) => Promise<{ message: any; options: MessageOptions }>

Factory to create notification messages

Type declaration

Functions

defaultDestinationFactory

  • defaultDestinationFactory(goal: SdmGoalEvent): Promise<Destination | Destination[] | undefined>

defaultNotificationFactory

notificationSupport

notifyGoalCompletionListener

truncateCommitMessage

  • truncateCommitMessage(message: string): string

Generated using TypeDoc