LLDB mainline
lldb_protocol::mcp::Notification Struct Reference

A notification which does not expect a response. More...

#include <Protocol.h>

Public Attributes

std::string method
 The method to be invoked.
std::optional< llvm::json::Value > params
 The notification's params.

Detailed Description

A notification which does not expect a response.

Definition at line 89 of file Protocol.h.

Member Data Documentation

◆ method

std::string lldb_protocol::mcp::Notification::method

The method to be invoked.

Definition at line 91 of file Protocol.h.

Referenced by lldb_protocol::mcp::ProtocolDescriptor::KeyFor(), and lldb_protocol::mcp::operator==().

◆ params

std::optional<llvm::json::Value> lldb_protocol::mcp::Notification::params

The notification's params.

Definition at line 93 of file Protocol.h.

Referenced by lldb_protocol::mcp::ProtocolDescriptor::Extract(), and lldb_protocol::mcp::operator==().


The documentation for this struct was generated from the following file: