Struct eventstore::commands::ConnectToPersistentSubscription[][src]

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

A subscription model where the server remembers the state of the consumption of a stream. This allows for many different modes of operations compared to a regular subscription where the client hols the subscription state.

Methods

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

Performs the command with the given credentials.

The buffer size to use for the persistent subscription.

Sends the persistent subscription connection request to the server asynchronously even if the subscription is available right away.

Auto Trait Implementations