pause abstract method
void
pause()
Pauses the subscription.
Upon resuming the subscription, if any event was sent while paused, the last event will be sent to the listener.
Implementation
void pause();
Pauses the subscription.
Upon resuming the subscription, if any event was sent while paused, the last event will be sent to the listener.
void pause();