![]() |
dfx 0.1.0
Linux-based dynamic dataflow executor
|
Parsed metadata for an endpoint, used for routing and graph introspection. More...
#include <dfx-core/Endpoint.hpp>
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. | |
Parsed metadata for an endpoint, used for routing and graph introspection.
| std::string dfx::Core::Endpoint::Descriptor::address |
Address description if remote: "127.0.0.1:8080" or "/tmp/dfx.sock".
| std::string dfx::Core::Endpoint::Descriptor::node |
Name of the node.
| std::string dfx::Core::Endpoint::Descriptor::port |
Port of this endpoint.
| std::string dfx::Core::Endpoint::Descriptor::scheme |
Type of endpoint: "tcp", "mq", "uds", "shm", "local", ...