Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/tokio_sky
/ DeliveryHandler
Class
DeliveryHandler
examples/kafka_processor_complex.rs:101–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
100
101
struct DeliveryHandler {
102
deadletter_destination: /* .... */
103
}
104
105
#[async_trait]
106
impl Processor<OwnedDeliveryResult, ()> for Layer2Process {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected