Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDistributedRemoveOptions

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 limit

limit: number

Optional logger

logger: ILoggerApi

Optional noTransaction

noTransaction: boolean

Disable the usage of transactions

Optional offset

offset: number

Optional outputMode

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

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 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