Functions of ballerina.net.file package
function acknowledge(message m)
This function acknowledges to the message sender that processing of the file has finished.
Parameters:
Parameter Name | Data Type | Description |
---|---|---|
m | message | message: message |
Annotations of ballerina.net.file package
annotation FileSource
Attributes:
Attribute Name | Data Type | Description |
---|---|---|
protocol | string | |
fileURI | string | |
pollingInterval | string | |
acknowledgementTimeOut | string | |
deleteIfNotAcknowledged | string | |
fileSortAttribute | string | |
fileSortAscending | string |