Method: DocuSign_eSign::ConnectCustomConfiguration#requires_acknowledgement
- Defined in:
- lib/docusign_esign/models/connect_custom_configuration.rb
#requires_acknowledgement ⇒ Object
When set to true, and a publication message fails to be acknowledged, the message goes back into the queue and the system will retry delivery after a successful acknowledgement is received. If the delivery fails a second time, the message is not returned to the queue for sending until Connect receives a successful acknowledgement and it has been at least 24 hours since the previous retry. There is a maximum of ten retries Alternately, you can use Republish Connect Information to manually republish the envelope information.
66 67 68 |
# File 'lib/docusign_esign/models/connect_custom_configuration.rb', line 66 def requires_acknowledgement @requires_acknowledgement end |