Set ApplicationMessageType via REST API?

Options

I rely on the ApplicationMessageType property to map received events back to the POCOs that they were generated from. I am publishing events from a Blazor WASM application, and can't use the SolaceSystems NuGet package since it won't run in a WASM environment. Thus, I'm using an HttpClient with the REST API. I've looked through the API documentation for the ApplicationMessageType message property, but I can't see how to set this property via HTTP headers or otherwise. Can someone please point me in the right direction?

Tagged:

Best Answer

Answers