nightly_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 &nightly_async_nats::jetstream::consumer::pull::Config

Source§

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

Source§

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

Source§

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

Source§

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

Source§

impl IntoConsumerConfig for OrderedConfig

Source§

impl IntoConsumerConfig for nightly_async_nats::jetstream::consumer::Config