public final class FlowControlMode
extends java.lang.Enum
Title: Service Event Fabric Core
Description: Defines a flow control mode for EventAsyncConsumer
and EventReceiver
.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static FlowControlMode |
DROP
In this mode if a consumer's event queue is full, new events will not be put into the queue.
|
static FlowControlMode |
EVENT_CACHE
This mode is not supported.
|
static 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 |
---|---|
FlowControlMode |
convert() |
static FlowControlMode |
convert(FlowControlMode mode) |
static FlowControlMode |
valueOf(java.lang.String name) |
static FlowControlMode[] |
values() |
public static final FlowControlMode DROP
public static final FlowControlMode EXCEPTION
public static final FlowControlMode EVENT_CACHE
public static FlowControlMode[] values()
public static FlowControlMode valueOf(java.lang.String name)
public FlowControlMode convert()
public static FlowControlMode convert(FlowControlMode mode)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.