pub struct ServerSubsystemFactory { /* private fields */ }Expand description
Factory for creating server subsystem instances
Implementations§
Source§impl ServerSubsystemFactory
impl ServerSubsystemFactory
Sourcepub fn new(config: ServerConfig) -> Self
pub fn new(config: ServerConfig) -> Self
Create a new server subsystem factory with the given configuration
Trait Implementations§
Source§impl SubsystemFactory<StandardCommandTransaction> for ServerSubsystemFactory
impl SubsystemFactory<StandardCommandTransaction> for ServerSubsystemFactory
fn create(self: Box<Self>, ioc: &IocContainer) -> Result<Box<dyn Subsystem>>
fn provide_interceptors( &self, builder: StandardInterceptorBuilder<CT>, _ioc: &IocContainer, ) -> StandardInterceptorBuilder<CT>
Auto Trait Implementations§
impl Freeze for ServerSubsystemFactory
impl RefUnwindSafe for ServerSubsystemFactory
impl Send for ServerSubsystemFactory
impl Sync for ServerSubsystemFactory
impl Unpin for ServerSubsystemFactory
impl UnwindSafe for ServerSubsystemFactory
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