Expand description
Service that abstracts a Monitor usage
Modules§
- monitor_
client - Generated client implementations.
- monitor_
config - streaming_
open_ req
Structs§
- Monitor
Config - Tells the monitor which target to open and provides additional parameters that might be needed to configure the target or the monitor itself.
- Streaming
Open Req - The top-level message sent by the client for the
StreamingOpen
method. MultipleStreamingOpenReq
messages can be sent but the first message must contain amonitor_config
message to initialize the monitor target. All subsequent messages must contain bytes to be sent to the target and must not contain amonitor_config
message. - Streaming
Open Resp