StreamMessage
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
A StreamMessage is a message type that
allows applications to send and receive an unspecified number of
items; each item is a Java data type. All basic Java data types
are supported. When receiving any arbitrary Java data type, an application
uses methods to read and specify an ABL data type. When writing
a message from ABL, an application uses methods to send any of those
Java data types and to specify the data.
The following table lists the methods for handling stream messages.