blob: 148929217e8e0518283cd7ed4dd513e5b08af49f [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Qpid Proton C++ API: proton/sender_options.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Qpid Proton C++ API
&#160;<span id="projectnumber">0.32.0</span>
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.svg"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('sender__options_8hpp_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">sender_options.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="sender__options_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#ifndef PROTON_SENDER_OPTIONS_HPP</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define PROTON_SENDER_OPTIONS_HPP</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160; </div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * or more contributor license agreements. See the NOTICE file</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * distributed with this work for additional information</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * regarding copyright ownership. The ASF licenses this file</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * &quot;License&quot;); you may not use this file except in compliance</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * with the License. You may obtain a copy of the License at</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> * software distributed under the License is distributed on an</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> * KIND, either express or implied. See the License for the</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> * specific language governing permissions and limitations</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> * under the License.</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; </div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="fwd_8hpp.html">./fwd.hpp</a>&quot;</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &quot;./internal/export.hpp&quot;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &quot;./internal/pn_unique_ptr.hpp&quot;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="delivery__mode_8hpp.html">./delivery_mode.hpp</a>&quot;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; </div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; </div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; </div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classproton_1_1sender__options.html"> 57</a></span>&#160;<span class="keyword">class </span><a class="code" href="classproton_1_1sender__options.html">sender_options</a> {</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classproton_1_1sender__options.html#a619c789958ede03d0682a1a723cd7658"> 60</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1sender__options.html#a619c789958ede03d0682a1a723cd7658">sender_options</a>();</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; </div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="classproton_1_1sender__options.html#a258f4dd5231e0a3f048ec1f351c23cd4"> 63</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1sender__options.html#a258f4dd5231e0a3f048ec1f351c23cd4">sender_options</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1sender__options.html">sender_options</a>&amp;);</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; </div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; PN_CPP_EXTERN ~<a class="code" href="classproton_1_1sender__options.html">sender_options</a>();</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; </div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6"> 68</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1sender__options.html">sender_options</a>&amp; <a class="code" href="classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6">operator=</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1sender__options.html">sender_options</a>&amp;);</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; </div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classproton_1_1sender__options.html#a16b609dbb6a9df5ab7e719f0de05026b"> 71</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1sender__options.html#a16b609dbb6a9df5ab7e719f0de05026b">update</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1sender__options.html">sender_options</a>&amp; other);</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; </div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classproton_1_1sender__options.html#a0d94e8f4c1746780259f3eb2d1728aff"> 77</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1sender__options.html">sender_options</a>&amp; <a class="code" href="classproton_1_1sender__options.html#a0d94e8f4c1746780259f3eb2d1728aff">handler</a>(<span class="keyword">class</span> <a class="code" href="classproton_1_1messaging__handler.html">messaging_handler</a>&amp;);</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; </div>
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classproton_1_1sender__options.html#ab7dc71a7b5737c2ca642058a296292db"> 80</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1sender__options.html">sender_options</a>&amp; <a class="code" href="classproton_1_1sender__options.html#ab7dc71a7b5737c2ca642058a296292db">delivery_mode</a>(<a class="code" href="structproton_1_1delivery__mode.html">delivery_mode</a>);</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; </div>
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="classproton_1_1sender__options.html#a087eda4a18c293de85107fcfbb7ff31f"> 83</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1sender__options.html">sender_options</a>&amp; <a class="code" href="classproton_1_1sender__options.html#a087eda4a18c293de85107fcfbb7ff31f">auto_settle</a>(<span class="keywordtype">bool</span>);</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; </div>
<div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="classproton_1_1sender__options.html#af4bd1e60b98c766f4c822aad783162c0"> 86</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1sender__options.html">sender_options</a>&amp; <a class="code" href="classproton_1_1sender__options.html#af4bd1e60b98c766f4c822aad783162c0">source</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1source__options.html">source_options</a>&amp;);</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; </div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="classproton_1_1sender__options.html#a7d4e83ee43fa1ee99a45f5bbe837ffcc"> 89</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1sender__options.html">sender_options</a>&amp; <a class="code" href="classproton_1_1sender__options.html#a7d4e83ee43fa1ee99a45f5bbe837ffcc">target</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1target__options.html">target_options</a>&amp;);</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; </div>
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="classproton_1_1sender__options.html#af37454934677c6f0e8bbe8bb1087f1ed"> 92</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1sender__options.html">sender_options</a>&amp; <a class="code" href="classproton_1_1sender__options.html#af37454934677c6f0e8bbe8bb1087f1ed">name</a>(<span class="keyword">const</span> std::string&amp; <a class="code" href="classproton_1_1sender__options.html#af37454934677c6f0e8bbe8bb1087f1ed">name</a>);</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; </div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; <span class="keywordtype">void</span> apply(<a class="code" href="classproton_1_1sender.html">sender</a>&amp;) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <span class="keyword">const</span> std::string* get_name() <span class="keyword">const</span>; <span class="comment">// Pointer to name if set, else 0</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; </div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="keyword">class </span>impl;</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; internal::pn_unique_ptr&lt;impl&gt; impl_;</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; </div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1sender.html">sender</a>;</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1session.html">session</a>;</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;};</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; </div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;} <span class="comment">// proton</span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; </div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160;<span class="preprocessor">#endif // PROTON_SENDER_OPTIONS_HPP</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="aclassproton_1_1sender__options_html_a619c789958ede03d0682a1a723cd7658"><div class="ttname"><a href="classproton_1_1sender__options.html#a619c789958ede03d0682a1a723cd7658">proton::sender_options::sender_options</a></div><div class="ttdeci">sender_options()</div><div class="ttdoc">Create an empty set of options.</div></div>
<div class="ttc" id="astructproton_1_1delivery__mode_html"><div class="ttname"><a href="structproton_1_1delivery__mode.html">proton::delivery_mode</a></div><div class="ttdoc">The message delivery policy to establish when opening a link.</div><div class="ttdef"><b>Definition:</b> delivery_mode.hpp:33</div></div>
<div class="ttc" id="aclassproton_1_1source__options_html"><div class="ttname"><a href="classproton_1_1source__options.html">proton::source_options</a></div><div class="ttdoc">Options for creating a source node for a sender or receiver.</div><div class="ttdef"><b>Definition:</b> source_options.hpp:44</div></div>
<div class="ttc" id="aclassproton_1_1target__options_html"><div class="ttname"><a href="classproton_1_1target__options.html">proton::target_options</a></div><div class="ttdoc">Options for creating a target node for a sender or receiver.</div><div class="ttdef"><b>Definition:</b> target_options.hpp:44</div></div>
<div class="ttc" id="afwd_8hpp_html"><div class="ttname"><a href="fwd_8hpp.html">fwd.hpp</a></div><div class="ttdoc">Forward declarations.</div></div>
<div class="ttc" id="aclassproton_1_1sender__options_html_a7d4e83ee43fa1ee99a45f5bbe837ffcc"><div class="ttname"><a href="classproton_1_1sender__options.html#a7d4e83ee43fa1ee99a45f5bbe837ffcc">proton::sender_options::target</a></div><div class="ttdeci">sender_options &amp; target(const target_options &amp;)</div><div class="ttdoc">Options for the receiver node of the receiver.</div></div>
<div class="ttc" id="aclassproton_1_1sender__options_html_af37454934677c6f0e8bbe8bb1087f1ed"><div class="ttname"><a href="classproton_1_1sender__options.html#af37454934677c6f0e8bbe8bb1087f1ed">proton::sender_options::name</a></div><div class="ttdeci">sender_options &amp; name(const std::string &amp;name)</div><div class="ttdoc">Set the link name. If not set a unique name is generated.</div></div>
<div class="ttc" id="aclassproton_1_1sender__options_html_a087eda4a18c293de85107fcfbb7ff31f"><div class="ttname"><a href="classproton_1_1sender__options.html#a087eda4a18c293de85107fcfbb7ff31f">proton::sender_options::auto_settle</a></div><div class="ttdeci">sender_options &amp; auto_settle(bool)</div><div class="ttdoc">Automatically settle messages (default is true).</div></div>
<div class="ttc" id="aclassproton_1_1sender__options_html_a13e6aa698a300681f88a709ccb50c8f6"><div class="ttname"><a href="classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6">proton::sender_options::operator=</a></div><div class="ttdeci">sender_options &amp; operator=(const sender_options &amp;)</div><div class="ttdoc">Copy options.</div></div>
<div class="ttc" id="adelivery__mode_8hpp_html"><div class="ttname"><a href="delivery__mode_8hpp.html">delivery_mode.hpp</a></div><div class="ttdoc">The message delivery policy to establish when opening a link.</div></div>
<div class="ttc" id="aclassproton_1_1sender__options_html"><div class="ttname"><a href="classproton_1_1sender__options.html">proton::sender_options</a></div><div class="ttdoc">Options for creating a sender.</div><div class="ttdef"><b>Definition:</b> sender_options.hpp:57</div></div>
<div class="ttc" id="aclassproton_1_1sender__options_html_a0d94e8f4c1746780259f3eb2d1728aff"><div class="ttname"><a href="classproton_1_1sender__options.html#a0d94e8f4c1746780259f3eb2d1728aff">proton::sender_options::handler</a></div><div class="ttdeci">sender_options &amp; handler(class messaging_handler &amp;)</div><div class="ttdoc">Set a messaging_handler for sender events only.</div></div>
<div class="ttc" id="aclassproton_1_1messaging__handler_html"><div class="ttname"><a href="classproton_1_1messaging__handler.html">proton::messaging_handler</a></div><div class="ttdoc">Handler for Proton messaging events.</div><div class="ttdef"><b>Definition:</b> messaging_handler.hpp:69</div></div>
<div class="ttc" id="aclassproton_1_1sender_html"><div class="ttname"><a href="classproton_1_1sender.html">proton::sender</a></div><div class="ttdoc">A channel for sending messages.</div><div class="ttdef"><b>Definition:</b> sender.hpp:40</div></div>
<div class="ttc" id="aclassproton_1_1sender__options_html_a16b609dbb6a9df5ab7e719f0de05026b"><div class="ttname"><a href="classproton_1_1sender__options.html#a16b609dbb6a9df5ab7e719f0de05026b">proton::sender_options::update</a></div><div class="ttdeci">void update(const sender_options &amp;other)</div><div class="ttdoc">Merge with another option set.</div></div>
<div class="ttc" id="aclassproton_1_1sender__options_html_a258f4dd5231e0a3f048ec1f351c23cd4"><div class="ttname"><a href="classproton_1_1sender__options.html#a258f4dd5231e0a3f048ec1f351c23cd4">proton::sender_options::sender_options</a></div><div class="ttdeci">sender_options(const sender_options &amp;)</div><div class="ttdoc">Copy options.</div></div>
<div class="ttc" id="aclassproton_1_1sender__options_html_af4bd1e60b98c766f4c822aad783162c0"><div class="ttname"><a href="classproton_1_1sender__options.html#af4bd1e60b98c766f4c822aad783162c0">proton::sender_options::source</a></div><div class="ttdeci">sender_options &amp; source(const source_options &amp;)</div><div class="ttdoc">Options for the source node of the sender.</div></div>
<div class="ttc" id="anamespaceproton_html"><div class="ttname"><a href="namespaceproton.html">proton</a></div><div class="ttdoc">The main Proton namespace.</div><div class="ttdef"><b>Definition:</b> annotation_key.hpp:33</div></div>
<div class="ttc" id="aclassproton_1_1session_html"><div class="ttname"><a href="classproton_1_1session.html">proton::session</a></div><div class="ttdoc">A container of senders and receivers.</div><div class="ttdef"><b>Definition:</b> session.hpp:42</div></div>
<div class="ttc" id="aclassproton_1_1sender__options_html_ab7dc71a7b5737c2ca642058a296292db"><div class="ttname"><a href="classproton_1_1sender__options.html#ab7dc71a7b5737c2ca642058a296292db">proton::sender_options::delivery_mode</a></div><div class="ttdeci">sender_options &amp; delivery_mode(delivery_mode)</div><div class="ttdoc">Set the delivery mode on the sender.</div></div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_3a71568e5d046e5ed52679664c3002a5.html">proton</a></li><li class="navelem"><a class="el" href="sender__options_8hpp.html">sender_options.hpp</a></li>
<li class="footer">Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
</ul>
</div>
</body>
</html>