MCPcopy Create free account
hub / github.com/apache/qpid-proton / expiry_time

Method expiry_time

cpp/src/message.cpp:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void message::expiry_time(timestamp t) {
201 pn_message_set_expiry_time(pn_msg(), t.milliseconds());
202}
203timestamp message::expiry_time() const {
204 return timestamp(pn_message_get_expiry_time(pn_msg()));
205}

Callers 2

test_message_defaultsFunction · 0.45
test_message_propertiesFunction · 0.45

Calls 4

timestampClass · 0.50
millisecondsMethod · 0.45

Tested by 2

test_message_defaultsFunction · 0.36
test_message_propertiesFunction · 0.36