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-03-05 UTC."],[[["This webpage provides documentation for the `MaxDeadlineTimeOption` across multiple versions, from 2.11.0 up to the latest release candidate 2.37.0-rc."],["`MaxDeadlineTimeOption` configures the duration an application has to respond to incoming messages, impacting how long it takes for an application to respond to messages."],["Setting the value of `MaxDeadlineTimeOption` to `0` uses the server-side configuration for the message deadline without any modifications."],["The deadline set by `MaxDeadlineTimeOption` applies to each message upon delivery, and when multiple messages arrive in a batch, the deadline for all the messages is repeatedly extended until each individual message is delivered to a callback."],["The type of the `MaxDeadlineTimeOption` alias is `std::chrono::seconds`."]]],[]]