Package | Description |
---|---|
com.streamscape.cli.http | |
com.streamscape.sef | |
com.streamscape.sef.enums | |
com.streamscape.sef.moderator |
Modifier and Type | Method and Description |
---|---|
FlowControlMode |
HTTPEventAsyncConsumer.getFlowControlMode() |
Modifier and Type | Method and Description |
---|---|
void |
HTTPEventAsyncConsumer.setFlowControlMode(FlowControlMode flowControlMode) |
Modifier and Type | Method and Description |
---|---|
FlowControlMode |
EventReceiver.getFlowControlMode()
Returns a flow control mode of the underlying queue.
|
FlowControlMode |
EventAsyncConsumer.getFlowControlMode()
Returns a flow control mode of the underlying queue.
|
Modifier and Type | Method and Description |
---|---|
void |
EventReceiver.setFlowControlMode(FlowControlMode flowControlMode)
Sets the flow control mode of the underlying event queue.
|
void |
EventAsyncConsumer.setFlowControlMode(FlowControlMode flowControlMode)
Sets a flow control mode of the underlying event queue.
|
Modifier and Type | Field and Description |
---|---|
static FlowControlMode |
FlowControlMode.DROP
In this mode if a consumer's event queue is full, new events will not be put into the queue.
|
static FlowControlMode |
FlowControlMode.EVENT_CACHE
This mode is not supported.
|
static FlowControlMode |
FlowControlMode.EXCEPTION
In this mode if a consumer's event queue is full, an exception will be thrown for every new event.
|
Modifier and Type | Method and Description |
---|---|
static FlowControlMode |
FlowControlMode.convert(FlowControlMode mode) |
static FlowControlMode |
FlowControlMode.valueOf(java.lang.String name) |
static FlowControlMode[] |
FlowControlMode.values() |
Modifier and Type | Method and Description |
---|---|
FlowControlMode |
AsyncConsumerReference.getFlowControlMode()
Returns a flow control mode of the underlying queue.
|
FlowControlMode |
ReceiverReference.getFlowControlMode()
Returns a flow control mode of the underlying queue.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.