PURISTA API / @purista/core / CustomMessage
Type Alias: CustomMessage<Payload>
CustomMessage<
Payload
>:Prettify
<object
&EBMessageBase
>
Defined in: packages/core/src/core/types/CustomMessage.ts:11
A custom message is a message which can be used to pass business information. The producer emits the message without knowledge about any consumer. The producer does not expect a response from a consumer.
Type Parameters
• Payload = unknown