getRequestedBufferSize method
Inquiry method that can be used to read the buffer size, configured though setRequestedBufferSize, to be requested to the Server for this MpnSubscription.
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
String? getRequestedBufferSize() {
return _bufferSize;
}