Type alias PropagatedEventType<Topic, Type>

PropagatedEventType<Topic, Type>: `${Topic}-${Type}`

Modifies an event key to reflect propagation by prefixing with the topic.

Type Parameters

  • Topic extends string

  • Type extends string