MCPcopy Create free account
hub / github.com/densumesh/broccoli / handler_ack

Method handler_ack

src/queue.rs:296–299  ·  view source on GitHub ↗
(mut self, followup: bool)

Source from the content-addressed store, hash-verified

294 /// Set to false if don't want to run acknowledge after succesful handler execution
295 #[must_use]
296 pub const fn handler_ack(mut self, followup: bool) -> Self {
297 self.handler_ack = Some(followup);
298 self
299 }
300
301 /// Builds the `ConsumeOptions` with the configured values.
302 #[must_use]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected