Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
void message::expiry_time(timestamp t) {
201
pn_message_set_expiry_time(pn_msg(), t.milliseconds());
202
}
203
timestamp message::expiry_time() const {
204
return timestamp(pn_message_get_expiry_time(pn_msg()));
205
}
Callers
2
test_message_defaults
Function · 0.45
test_message_properties
Function · 0.45
Calls
4
pn_message_set_expiry_time
Function · 0.85
pn_message_get_expiry_time
Function · 0.85
timestamp
Class · 0.50
milliseconds
Method · 0.45
Tested by
2
test_message_defaults
Function · 0.36
test_message_properties
Function · 0.36