Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDistributedSaveOptions

Hierarchy

Index

Properties

Optional contollerHint

contollerHint: { className?: string; name?: string }

Type declaration

  • Optional className?: string
  • Optional name?: string

Optional filter

filter: (x: any) => boolean

Type declaration

    • (x: any): boolean
    • Parameters

      • x: any

      Returns boolean

Optional filterErrors

filterErrors: boolean

Optional logger

logger: ILoggerApi

Optional noTransaction

noTransaction: boolean

Optional outputMode

outputMode: "map" | "only_value" | "embed_nodeId" | "responses"

Optional raw

raw: boolean

Optional skipBuild

skipBuild: boolean

Optional skipLocal

skipLocal: boolean

Each message will be locally processed (calling getResponse; look in Message). With this flag it can be prevented.

Optional targetIds

targetIds: string[]

used for defining targets to send messages

Optional timeout

timeout: number

Optional validate

validate: boolean

Optional waitIfNoTarget

waitIfNoTarget: boolean

If no selected targets are given then no message will be send to unknown hosts. This can be prevented be this flag. The message will be send to unknown hosts and will wait for response till it arrive or will be timed out.

Generated using TypeDoc