Struct eventstore_tcp::EventStoreClient [] [src]

pub struct EventStoreClient { /* fields omitted */ }

tokio_service::Service implementation of the client.

Methods

impl EventStoreClient
[src]

Connect to an EventStore database listening at given addr using the given tokio::reactor::Cores handle. Returns a future representing the client which can be used to send and receive Package values.

Trait Implementations

impl Service for EventStoreClient
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

Process the request and return the response asynchronously.