Struct eventstore_tcp::builder::Builder [] [src]

pub struct Builder;

Factory factory for creating builders.

Methods

impl Builder
[src]

Simple builder for a Ping message, that has no other data.

Simple builder for an Authenticate message, that has no other data (credentials are passed to the build_package method).

Builder for WriteEvents, which allows writing multiple events to a stream, with expected current version of the stream.

Builder for DeleteStream which allows deleting a stream.

Builder for ReadEvent which allows reading a single event off a stream.

Builder for ReadStreamEvents which allows reading multiple events off a stream either forwards or backwards.

Builder for ReadAllEevents which allows reading off a stream of all events in the database.