@ProviderType
public interface ReceiverFlowControl
| Modifier and Type | Method and Description |
|---|---|
void |
pause()
Pauses message delivery to an asynchronous message handler or stream.
|
void |
resume()
Resumes previously paused message delivery.
|
void pause()
throws PubSubPlusClientException
resume() on a same instance of ReceiverFlowControl. This
method is idempotent.PubSubPlusClientException - if the message delivery could not be pausedvoid resume()
throws PubSubPlusClientException
PubSubPlusClientException - if the message delivery could not be resumedCopyright 2019-2025 Solace Corporation. All rights reserved.