pub struct FlowSubsystemFactory { /* private fields */ }Expand description
Factory for creating FlowSubsystem with proper interceptor registration
Implementations§
Source§impl FlowSubsystemFactory
impl FlowSubsystemFactory
pub fn new() -> Self
pub fn with_configurator<F>(configurator: F) -> Self
Trait Implementations§
Source§impl Default for FlowSubsystemFactory
impl Default for FlowSubsystemFactory
Source§impl SubsystemFactory<StandardCommandTransaction> for FlowSubsystemFactory
impl SubsystemFactory<StandardCommandTransaction> for FlowSubsystemFactory
fn provide_interceptors( &self, builder: StandardInterceptorBuilder<StandardCommandTransaction>, ioc: &IocContainer, ) -> StandardInterceptorBuilder<StandardCommandTransaction>
fn create(self: Box<Self>, ioc: &IocContainer) -> Result<Box<dyn Subsystem>>
Auto Trait Implementations§
impl Freeze for FlowSubsystemFactory
impl !RefUnwindSafe for FlowSubsystemFactory
impl Send for FlowSubsystemFactory
impl !Sync for FlowSubsystemFactory
impl Unpin for FlowSubsystemFactory
impl !UnwindSafe for FlowSubsystemFactory
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more