AS2ErrorSettingsArgs

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

The AS2 agreement error settings.

Constructors

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

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.

Functions

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