Skip to content

@purista/dapr-sdk v2.0.5


PURISTA API / @purista/dapr-sdk / PubSubPublishOptions

Type Alias: PubSubPublishOptions

PubSubPublishOptions: object

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

Type declaration

contentType?

optional contentType: string

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

metadata?

optional metadata: KeyValueType

Metadata to be passed to the publish operation.