Struct eventstore::commands::AllCatchupSubscribe[][src]

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

Like RegularCatchupSubscribe but specific to the system stream '$all'.

Methods

impl<'a> AllCatchupSubscribe<'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.

Starting point in the transaction journal log. By default, it will start at types::Position::start.

Performs the command with the given credentials.

Preforms the catching up phase of the subscription asynchronously. When it will reach the head of stream, the command will emit a volatile subscription request.

Auto Trait Implementations

impl<'a> Send for AllCatchupSubscribe<'a>

impl<'a> Sync for AllCatchupSubscribe<'a>