| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGroupStrategy
A default GroupStrategy that just group the lines by returning the lines as a list as-is
|
| Modifier and Type | Method and Description |
|---|---|
GroupStrategy |
StreamEndpoint.getGroupStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamEndpoint.setGroupStrategy(GroupStrategy strategy)
Allows to use a custom GroupStrategy to control how to group lines.
|
Apache Camel