Trait async_nats::jetstream::consumer::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