Struct kipa_lib::message_handler::PayloadClient[][src]

pub struct PayloadClient { /* fields omitted */ }

Client that will take a payload, wrap it in a message, and send to another node

Methods

impl PayloadClient
[src]

Create a new PayloadClient with information needed to create a message and send it to another node

Send a payload to a node

Auto Trait Implementations