Struct ockam_transport_tcp::TcpRegistry
source · pub struct TcpRegistry { /* private fields */ }
Expand description
Registry of all active workers and processors in TCP Transport to ease their lifecycle management
Implementations§
source§impl TcpRegistry
impl TcpRegistry
sourcepub fn get_all_sender_workers(&self) -> Vec<TcpSenderInfo>
pub fn get_all_sender_workers(&self) -> Vec<TcpSenderInfo>
Return [Address
]es of all active sender workers
sourcepub fn get_all_receiver_processors(&self) -> Vec<TcpReceiverInfo>
pub fn get_all_receiver_processors(&self) -> Vec<TcpReceiverInfo>
Return [Address
]es of all active receiver processors
sourcepub fn get_all_listeners(&self) -> Vec<TcpListenerInfo>
pub fn get_all_listeners(&self) -> Vec<TcpListenerInfo>
Return [Address
]es of all active sender workers
Trait Implementations§
source§impl Clone for TcpRegistry
impl Clone for TcpRegistry
source§fn clone(&self) -> TcpRegistry
fn clone(&self) -> TcpRegistry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for TcpRegistry
impl Default for TcpRegistry
source§fn default() -> TcpRegistry
fn default() -> TcpRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for TcpRegistry
impl Send for TcpRegistry
impl Sync for TcpRegistry
impl Unpin for TcpRegistry
impl UnwindSafe for TcpRegistry
Blanket Implementations§
source§impl<D> AsyncTryClone for D
impl<D> AsyncTryClone for D
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