Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
DataStorm::NodeOptions Struct Reference

Options to configure a DataStorm node. More...

#include <DataStorm/DataStorm.h>

Public Attributes

Ice::CommunicatorPtr communicator {nullptr}
 The Ice communicator used by the node. If nullptr, the node creates its own communicator.
std::function< void(std::function< void()> call)> customExecutor {}
 An optional executor used to execute user callbacks.
bool nodeOwnsCommunicator {false}
 Specifies whether or not the node owns the communicator.

Detailed Description

Options to configure a DataStorm node.

Definition at line 27 of file Node.h.


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