Skip to content

@purista/core v2.0.5


PURISTA API / @purista/core / EBMessageAddress

Type Alias: EBMessageAddress

EBMessageAddress: object

Defined in: packages/core/src/core/types/EBMessageAddress.ts:6

A event bridge message address describes the sender or receiver of a message.

Type declaration

instanceId?

optional instanceId: Exclude<InstanceId, "">

instance id of eventbridge

serviceName

serviceName: Exclude<string, "">

the name of the service

serviceTarget

serviceTarget: Exclude<string, "">

the name of the command or subscription

serviceVersion

serviceVersion: Exclude<string, "">

the version of the service