Struct eventstore::commands::ReadEvent[][src]

pub struct ReadEvent<'a> { /* fields omitted */ }

Command that reads an event from a given stream.

Methods

impl<'a> ReadEvent<'a>
[src]

When using projections, you can have links placed into another stream. If you set true, the server will resolve those links and will return the event that the link points to. Default: false.

Asks the server receiving the command to be the master of the cluster in order to perform the write. Default: false.

Performs the command with the given credentials.

Sends asynchronously the read command to the server.

Auto Trait Implementations

impl<'a> Send for ReadEvent<'a>

impl<'a> Sync for ReadEvent<'a>