Skip to content

PURISTA API


PURISTA API / @purista/dapr-sdk / PubSubPublishOptions

Type Alias: PubSubPublishOptions

PubSubPublishOptions = object

Defined in: dapr-sdk/src/types/pubsub/PubSubPublishOptions.type.ts:16

Properties

contentType?

optional contentType: string

Defined in: dapr-sdk/src/types/pubsub/PubSubPublishOptions.type.ts:21

The content type of the message. This is optional and will be inferred from the payload if not provided.


metadata?

optional metadata: KeyValueType

Defined in: dapr-sdk/src/types/pubsub/PubSubPublishOptions.type.ts:26

Metadata to be passed to the publish operation.