1#ifndef PROTON_TARGET_OPTIONS_HPP
2#define PROTON_TARGET_OPTIONS_HPP
25#include "./internal/export.hpp"
95 std::unique_ptr<impl> impl_;
A span of time in milliseconds.
Definition: duration.hpp:39
Options for creating a receiver.
Definition: receiver_options.hpp:59
Options for creating a sender.
Definition: sender_options.hpp:60
Options for creating a target node for a sender or receiver.
Definition: target_options.hpp:46
target_options & anonymous(bool)
Request an anonymous node on the remote peer.
target_options & dynamic(bool)
Request that a node be dynamically created by the remote peer.
target_options(const target_options &)
Copy options.
target_options & timeout(duration)
The expiry period after which the target is discarded.
target_options & capabilities(const std::vector< symbol > &)
Unsettled API Extension capabilities that are supported/requested
target_options & dynamic_properties(const target::dynamic_property_map &)
Unsettled API Set the dynamic node properties.
target_options & durability_mode(enum target::durability_mode)
Control the persistence of the target node.
target_options & operator=(const target_options &)
Copy options.
target_options & address(const std::string &addr)
Set the address for the target.
target_options & expiry_policy(enum target::expiry_policy)
Control when the clock for expiration begins.
target_options()
Create an empty set of options.
A destination for messages.
Definition: target.hpp:45
expiry_policy
When expiration of the source or target begins.
Definition: terminus.hpp:74
durability_mode
The persistence mode of the source or target.
Definition: terminus.hpp:64
A span of time in milliseconds.
The main Proton namespace.
Definition: annotation_key.hpp:33
A destination for messages.