OutboundHttpExt

Trait OutboundHttpExt 

Source
pub trait OutboundHttpExt {
    // Required method
    fn http(self) -> HttpOutboundAdapterBuilder;
}
Expand description

Extension trait adding .http() to the core OutboundStage.

Required Methods§

Source

fn http(self) -> HttpOutboundAdapterBuilder

Begin building an HTTP outbound adapter (client) from the core adapter DSL.

Implementors§