Package org.apache.camel.component.seda
Class SedaConstants
- java.lang.Object
-
- org.apache.camel.component.seda.SedaConstants
-
public final class SedaConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONCURRENT_CONSUMERS
static int
MAX_CONCURRENT_CONSUMERS
static int
QUEUE_SIZE
-
-
-
Field Detail
-
MAX_CONCURRENT_CONSUMERS
public static final int MAX_CONCURRENT_CONSUMERS
- See Also:
- Constant Field Values
-
CONCURRENT_CONSUMERS
public static final int CONCURRENT_CONSUMERS
- See Also:
- Constant Field Values
-
QUEUE_SIZE
public static final int QUEUE_SIZE
- See Also:
- Constant Field Values
-
-