target_options Class Reference

Options for creating a target node for a sender or receiver. More...

#include <target_options.hpp>

List of all members.

Public Member Functions

 target_options ()
 Create an empty set of options.
 target_options (const target_options &)
 Copy options.
target_optionsoperator= (const target_options &)
 Copy options.
target_optionsaddress (const std::string &addr)
 Set the address for the target. Ignored if dynamic is true.
target_optionsdynamic (bool)
 Request a dynamically created node to be created by the peer.
target_optionsdurability_mode (enum target::durability_mode)
 Control the persistence of target state.
target_optionstimeout (duration)
 The expiry period after which the target is discarded.
target_optionsexpiry_policy (enum target::expiry_policy)
 Control when the clock for expiration begins.

Detailed Description

Options for creating a target node for a sender or receiver.

Options can be "chained" (see proton::connection_options).

Normal value semantics: copy or assign creates a separate copy of the options.

Examples:

broker.hpp.


Member Function Documentation

target_options& dynamic ( bool   ) 

Request a dynamically created node to be created by the peer.

Any specified target address is ignored.


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

Generated on 13 Mar 2017 for Qpid Proton C++ by  doxygen 1.6.1