getRequestedBufferSize method

String? getRequestedBufferSize()

Inquiry method that can be used to read the buffer size, configured though setRequestedBufferSize, to be requested to the Server for this Subscription.

Lifecycle This method can be called at any time.

Returns An integer number, representing the buffer size to be requested to the server, or the string "unlimited", or null.

Implementation

external String? getRequestedBufferSize();