Interface: BusMessageHookOptions<S>
Makaio Framework / hooks / BusMessageHookOptions
Interface: BusMessageHookOptions<S>
Section titled “Interface: BusMessageHookOptions<S>”Defined in: ../../../packages/hooks/src/types/hook-options.ts:15
Options for BusMessage hook (generic escape hatch).
Extends
Section titled “Extends”BaseHookOptions
Type Parameters
Section titled “Type Parameters”S extends SubjectDefinition = SubjectDefinition
Properties
Section titled “Properties”priority?
Section titled “priority?”
optionalpriority?:number
Defined in: ../../../packages/hooks/src/types/hook-options.ts:9
Handler priority. Higher runs first. Default: 0
Inherited from
Section titled “Inherited from”BaseHookOptions.priority
subject
Section titled “subject”subject:
S
Defined in: ../../../packages/hooks/src/types/hook-options.ts:17
Subject to intercept (required)