busly event publish
Publish an event to subscribing endpoints.
Usage
busly event publish
Options
| Option | Description |
|---|---|
-c, --content-type | The fully qualified .NET type name of the enclosed message (ex: Ordering.Commands.CreateOrder ) |
-e, --enclosed-message-type | The type of serialization used for the message |
-m, --message-body | The content of the message body |
Examples