Struct eventstore_tcp::raw::client_messages::UpdatePersistentSubscription [] [src]

pub struct UpdatePersistentSubscription<'a> {
    pub subscription_group_name: Cow<'a, str>,
    pub event_stream_id: Cow<'a, str>,
    pub resolve_link_tos: bool,
    pub start_from: i32,
    pub message_timeout_milliseconds: i32,
    pub record_statistics: bool,
    pub live_buffer_size: i32,
    pub read_batch_size: i32,
    pub buffer_size: i32,
    pub max_retry_count: i32,
    pub prefer_round_robin: bool,
    pub checkpoint_after_time: i32,
    pub checkpoint_max_count: i32,
    pub checkpoint_min_count: i32,
    pub subscriber_max_count: i32,
    pub named_consumer_strategy: Option<Cow<'a, str>>,
}

Fields

Methods

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

Trait Implementations

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

Formats the value using the given formatter.

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

Returns the "default value" for a type. Read more

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

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Computes necessary binary size of self once serialized in protobuf

Writes Self into W writer

Writes self into a file