public class NoopBackPressureNotificationHandler extends java.lang.Object implements BackPressureNotificationHandler
BackPressureNotificationHandler.| Constructor and Description |
|---|
NoopBackPressureNotificationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBackPressureEnd()
Called when all the remaining queued bytes have been written to the TCP socket.
|
void |
onBackPressureStart()
Called when at least one byte could not be written to the TCP socket.
|
public void onBackPressureStart()
BackPressureNotificationHandleronBackPressureStart in interface BackPressureNotificationHandlerpublic void onBackPressureEnd()
BackPressureNotificationHandleronBackPressureEnd in interface BackPressureNotificationHandler