public class PauseHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
PauseHelper.FlowControl |
| Constructor and Description |
|---|
PauseHelper(PauseHelper.FlowControl control,
int waterMark) |
| Modifier and Type | Method and Description |
|---|---|
int |
getQueueLength() |
void |
incrementQueueLength(int delta) |
void |
pause()
Handle a pause coming in from Node.js code.
|
void |
resume() |
public PauseHelper(PauseHelper.FlowControl control, int waterMark)
Copyright © 2016 Apigee Corporation. All Rights Reserved.