dfx 0.1.0
Linux-based dynamic dataflow executor
Loading...
Searching...
No Matches
dfx::Core::Endpoint::Descriptor Struct Reference

Parsed metadata for an endpoint, used for routing and graph introspection. More...

#include <dfx-core/Endpoint.hpp>

Collaboration diagram for dfx::Core::Endpoint::Descriptor:
[legend]

Public Attributes

std::string scheme
 Type of endpoint: "tcp", "mq", "uds", "shm", "local", ...
std::string address
 Address description if remote: "127.0.0.1:8080" or "/tmp/dfx.sock".
std::string node
 Name of the node.
std::string port
 Port of this endpoint.

Detailed Description

Parsed metadata for an endpoint, used for routing and graph introspection.

Member Data Documentation

◆ address

std::string dfx::Core::Endpoint::Descriptor::address

Address description if remote: "127.0.0.1:8080" or "/tmp/dfx.sock".

◆ node

std::string dfx::Core::Endpoint::Descriptor::node

Name of the node.

◆ port

std::string dfx::Core::Endpoint::Descriptor::port

Port of this endpoint.

◆ scheme

std::string dfx::Core::Endpoint::Descriptor::scheme

Type of endpoint: "tcp", "mq", "uds", "shm", "local", ...


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