SendToGroupOptions interface

Send to group operation options

Properties

abortSignal

The abort signal

ackId

The optional ackId. If not specified, client will generate one.

fireAndForget

If true, the message won't contains ackId. No AckMessage will be returned from the service.

noEcho

Whether the message should not be echoed back to the sender.

Property Details

abortSignal

The abort signal

abortSignal?: AbortSignalLike

Property Value

ackId

The optional ackId. If not specified, client will generate one.

ackId?: number

Property Value

number

fireAndForget

If true, the message won't contains ackId. No AckMessage will be returned from the service.

fireAndForget?: boolean

Property Value

boolean

noEcho

Whether the message should not be echoed back to the sender.

noEcho?: boolean

Property Value

boolean