Module: AgentClientProtocol::Methods
- Defined in:
- lib/agent_client_protocol/methods.rb
Class Method Summary collapse
- .agent(unstable: false) ⇒ Object
- .client(unstable: false) ⇒ Object
- .protocol(unstable: false) ⇒ Object
Class Method Details
.agent(unstable: false) ⇒ Object
7 8 9 |
# File 'lib/agent_client_protocol/methods.rb', line 7 def agent(unstable: false) SchemaRegistry.agent_methods(unstable: unstable) end |
.client(unstable: false) ⇒ Object
11 12 13 |
# File 'lib/agent_client_protocol/methods.rb', line 11 def client(unstable: false) SchemaRegistry.client_methods(unstable: unstable) end |
.protocol(unstable: false) ⇒ Object
15 16 17 |
# File 'lib/agent_client_protocol/methods.rb', line 15 def protocol(unstable: false) SchemaRegistry.protocol_methods(unstable: unstable) end |