pub struct AgentApi { /* private fields */ }
Trait Implementations§
Source§impl Agent for AgentApi
impl Agent for AgentApi
Source§fn active_connections<'life0, 'async_trait>(
&'life0 self,
request: Request<RequestActiveConnections>,
) -> Pin<Box<dyn Future<Output = Result<Response<ActiveConnectionResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn active_connections<'life0, 'async_trait>(
&'life0 self,
request: Request<RequestActiveConnections>,
) -> Pin<Box<dyn Future<Output = Result<Response<ActiveConnectionResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
active connections endpoint
Source§impl EventSender for AgentApi
impl EventSender for AgentApi
fn send_event<'life0, 'async_trait>(
&'life0 self,
event: HashMap<String, String>,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn send_map<'life0, 'async_trait>(
&'life0 self,
map: HashMap<String, String>,
tx: Sender<Result<HashMap<String, String>, Status>>,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl !Freeze for AgentApi
impl RefUnwindSafe for AgentApi
impl Send for AgentApi
impl Sync for AgentApi
impl Unpin for AgentApi
impl UnwindSafe for AgentApi
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request