Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 869 Bytes

File metadata and controls

23 lines (15 loc) · 869 Bytes

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. Accepts a raw JSON string or a path to a file using curl-style @ syntax (e.g. @payload.json).

Examples