AS2ErrorSettingsArgs

data class AS2ErrorSettingsArgs(val resendIfMDNNotReceived: Output<Boolean>, val suspendDuplicateMessage: Output<Boolean>) : ConvertibleToJava<AS2ErrorSettingsArgs>

The AS2 agreement error settings.

Constructors

Link copied to clipboard
fun AS2ErrorSettingsArgs(resendIfMDNNotReceived: Output<Boolean>, suspendDuplicateMessage: Output<Boolean>)

Functions

Link copied to clipboard
open override fun toJava(): AS2ErrorSettingsArgs

Properties

Link copied to clipboard

The value indicating whether to resend message If MDN is not received.

Link copied to clipboard

The value indicating whether to suspend duplicate message.