async_nats::jetstream::consumer

Trait IntoConsumerConfig

Source
pub trait IntoConsumerConfig {
    // Required method
    fn into_consumer_config(self) -> Config;
}

Required Methods§

Implementors§

Source§

impl IntoConsumerConfig for &async_nats::jetstream::consumer::pull::Config

Source§

impl IntoConsumerConfig for &async_nats::jetstream::consumer::push::Config

Source§

impl IntoConsumerConfig for &async_nats::jetstream::consumer::Config

Source§

impl IntoConsumerConfig for async_nats::jetstream::consumer::pull::Config

Source§

impl IntoConsumerConfig for async_nats::jetstream::consumer::pull::OrderedConfig

Source§

impl IntoConsumerConfig for async_nats::jetstream::consumer::push::Config

Source§

impl IntoConsumerConfig for async_nats::jetstream::consumer::push::OrderedConfig

Source§

impl IntoConsumerConfig for async_nats::jetstream::consumer::Config