Struct grr_plugin::JsonRpcBroker
source · [−]pub struct JsonRpcBroker { /* private fields */ }Implementations
pub fn new(
unique_port: UniquePort,
bind_ip: String,
advertise_ip: String,
outgoing_conninfo_sender: UnboundedSender<Result<ConnInfo, Status>>,
incoming_conninfo_stream_receiver_receiver: UnboundedReceiver<Streaming<ConnInfo>>
) -> Self
Auto Trait Implementations
impl !RefUnwindSafe for JsonRpcBroker
impl Send for JsonRpcBroker
impl Sync for JsonRpcBroker
impl Unpin for JsonRpcBroker
impl !UnwindSafe for JsonRpcBroker
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more