[][src]Trait fluvio_future::tracing::callsite::Callsite

pub trait Callsite: Sync {
    pub fn set_interest(&self, interest: Interest);
pub fn metadata(&self) -> &Metadata<'_>; }

Trait implemented by callsites.

These functions are only intended to be called by the callsite registry, which correctly handles determining the common interest between all subscribers.

Required methods

pub fn set_interest(&self, interest: Interest)[src]

Sets the Interest for this callsite.

pub fn metadata(&self) -> &Metadata<'_>[src]

Returns the metadata associated with the callsite.

Loading content...

Implementors

Loading content...