com.apama.file
Event LineWritten


FileLines sent to the adapter for writing can optionally request an acknowledgement that they have been completed.

For instance if an application wanted to send out a batch in order to control the flow, the last event in the batch would have a positive requestId.

This event will be returned so that the application can continue processing.
Member summary
 stringtransportName

The name of the transport being used within the file adapter. Default configuration: "JMultiFileTransport".
 integerrequestId

Request ID this event is in response to.
 integersessionId

The sessionId the FileLine was sent for.
 
Member detail

requestId

            integer requestId
        
Request ID this event is in response to.

sessionId

            integer sessionId
        
The sessionId the FileLine was sent for.

transportName

            string transportName
        
The name of the transport being used within the file adapter. Default configuration: "JMultiFileTransport".