Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandParams

Interface for objects that represent a collection of valid key-value pairs of parameters that can be set withing a convenience method like Client.subscribe, Client.sow, etc.

See Command class for detailed descriptions of the parameters.

Hierarchy

  • CommandParams

Indexable

[key: string]: any

Interface for objects that represent a collection of valid key-value pairs of parameters that can be set withing a convenience method like Client.subscribe, Client.sow, etc.

See Command class for detailed descriptions of the parameters.

Index

Properties

Optional ackType

ackType: string

Optional batchSize

batchSize: number

Optional bookmark

bookmark: string

Optional command

command: string

Optional commandId

commandId: string

Optional correlationId

correlationId: string

Optional data

data: any

Optional expiration

expiration: number

Optional filter

filter: string

Optional options

options: string

Optional orderBy

orderBy: string

Optional queryId

queryId: string

Optional sequenceId

sequenceId: BigInteger

Optional sowKey

sowKey: string

Optional sowKeys

sowKeys: string

Optional subId

subId: string

Optional subIds

subIds: string

Optional topN

topN: number

Optional topic

topic: string