Struct eventstore::commands::CreatePersistentSubscription[][src]

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

A command that creates a persistent subscription for a given group.

Methods

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

Performs the command with the given credentials.

Creates a persistent subscription based on the given types::PersistentSubscriptionSettings.

Sends the persistent subscription creation command asynchronously to the server.

Auto Trait Implementations