As2AsyncMdnConnectorConfig

Contains the configuration details for asynchronous Message Disposition Notification (MDN) responses in AS2 connectors. This configuration specifies where asynchronous MDN responses should be sent and which servers should handle them.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of server identifiers that can handle asynchronous MDN responses. You can specify between 1 and 10 server IDs.

Link copied to clipboard
val url: String?

The URL endpoint where asynchronous MDN responses should be sent.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String