Struct eventstore::commands::UpdatePersistentSubscription[][src]

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

Command that updates an already existing subscription's settings.

Methods

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

Performs the command with the given credentials.

Updates a persistent subscription using the given types::PersistentSubscriptionSettings.

Sends the persistent subscription update command asynchronously to the server.

Auto Trait Implementations