Skip to main content

Module process_result

Module process_result 

Source
Expand description

ProcessResult returned by inbound processing. ProcessResult returned by decode_inbound_payload plus protobuf โ†” message-envelope From impls.

Enumsยง

NoopReason
Why a ProcessResult::Noop was returned. One variant per producer site so the dispatch layer can match on the specific case.
ProcessResult
Outcome of processing one inbound packet. The app layer matches this directly and dispatches the side effects.