Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created February 19, 2024 15:22
Show Gist options
  • Save explorer14/aba5008d6694ccd7411a708e705d21f3 to your computer and use it in GitHub Desktop.
Save explorer14/aba5008d6694ccd7411a708e705d21f3 to your computer and use it in GitHub Desktop.
public sealed class KafkaPublisher : IPublishPurchaseOrderEvents
{
void Publish(NewPurchaseOrderOpened newPurchaseOrderOpened)
{
// Kafka specific publishing code.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment