pub struct RegistryCoordinator { /* private fields */ }Expand description
Registry coordinator (simplified and unified)
Implementations§
Source§impl RegistryCoordinator
impl RegistryCoordinator
Sourcepub fn with_config(output: Logger, config: PipelineConfig) -> Self
pub fn with_config(output: Logger, config: PipelineConfig) -> Self
Create coordinator with custom configuration
Sourcepub fn create_uploader(&self) -> Uploader
pub fn create_uploader(&self) -> Uploader
Create uploader using unified pipeline
Sourcepub fn get_config(&self) -> &PipelineConfig
pub fn get_config(&self) -> &PipelineConfig
Get the current pipeline configuration
Auto Trait Implementations§
impl Freeze for RegistryCoordinator
impl RefUnwindSafe for RegistryCoordinator
impl Send for RegistryCoordinator
impl Sync for RegistryCoordinator
impl Unpin for RegistryCoordinator
impl UnwindSafe for RegistryCoordinator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more