Struct riemann_client::client::Client [] [src]

pub struct Client {
    pub transport: TCPTransport,
}

Fields

Methods

impl Client
[src]

[src]

Connect to a Riemann server using over TCP.

[src]

Set a read and write timeout for the underlying socket

[src]

Send multiple events, discarding the response if it is not an error.

[src]

Wrapper around .events() for sending a single Event.

[src]

Send a query and return a sorted list of events matching the query.

Trait Implementations

impl Debug for Client
[src]

[src]

Formats the value using the given formatter.