Skip to main content

encode_dispatch_ack

Function encode_dispatch_ack 

Source
pub fn encode_dispatch_ack(message: &DispatchAck) -> Result<Vec<u8>, Error>
Expand description

Encodes a typed acknowledgement as JSON bytes for external producers.

ยงErrors

Returns serde_json::Error if the JSON payload cannot be serialized.