CustomDirectoriesProperties

data class CustomDirectoriesProperties(val failedFilesDirectory: String, val mdnFilesDirectory: String, val payloadFilesDirectory: String, val statusFilesDirectory: String, val temporaryFilesDirectory: String)

Specifies a separate directory for each type of file to store for an AS2 message.

Constructors

Link copied to clipboard
constructor(failedFilesDirectory: String, mdnFilesDirectory: String, payloadFilesDirectory: String, statusFilesDirectory: String, temporaryFilesDirectory: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies a location to store the failed files for an AS2 message.

Link copied to clipboard

Specifies a location to store the MDN file for an AS2 message.

Link copied to clipboard

Specifies a location to store the payload file for an AS2 message.

Link copied to clipboard

Specifies a location to store the status file for an AS2 message.

Link copied to clipboard

Specifies a location to store the temporary processing file for an AS2 message.