Configure how long the application has to respond (ACK or NACK) to an incoming message. Note that this might be longer, or shorter, than the deadline configured in the server-side subscription.
The value 0 is reserved to leave the deadline unmodified and just use the server-side configuration.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The latest version of the documentation available is 2.37.0-rc, with other documented versions ranging down to 2.11.0."],["This page provides documentation for `MaxDeadlineTimeOption`, which controls how long an application has to acknowledge or reject an incoming message."],["The configured `MaxDeadlineTimeOption` deadline can be shorter or longer than what's configured on the server-side subscription."],["Setting the deadline value to `0` will use the server-side configuration, leaving the deadline unmodified."],["The `MaxDeadlineTimeOption` type alias is `std::chrono::seconds`."]]],[]]