Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | WebSocket Folder | Summary of Elements in this Folder | pub.websocket:onBinary
 
pub.websocket:onBinary
WmPublic. Specification for a callback service related to WebSocket server or client endpoint that handles binary payload.
Input Parameters
sessionId
String Session ID to identify the WebSocket session.
payload
byte[ ] Byte array that contains the payload.
offset
Integer The offset from the byte array till which the data is to be read.
length
Integer The maximum number of byte array to read from the payload.
Output Parameters
None.