Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api/listener/Listener"

Index

Type aliases

ListenerInvocation

ListenerInvocation: SdmContext

RepoListener

RepoListener<I, R>: Function1<I, Promise<R>>

Type parameters

RepoListenerInvocation

RepoListenerInvocation: RepoContext

Common parameters to an invocation of a listener to one of the SDM's specific events. These are fired by our event handlers to allow multiple, domain specific, listeners to be invoked.

SdmListener

SdmListener<I, R>: Function1<I, Promise<R>>

Mapper from a ListenerInvocation to any result

Type parameters

Generated using TypeDoc