Uses of Interface
org.apache.camel.component.stream.GroupStrategy
-
-
Uses of GroupStrategy in org.apache.camel.component.stream
Classes in org.apache.camel.component.stream that implement GroupStrategy Modifier and Type Class Description class
DefaultGroupStrategy
A default GroupStrategy that just group the lines by returning the lines as a list as-isMethods in org.apache.camel.component.stream that return GroupStrategy Modifier and Type Method Description GroupStrategy
StreamEndpoint. getGroupStrategy()
Methods in org.apache.camel.component.stream with parameters of type GroupStrategy Modifier and Type Method Description void
StreamEndpoint. setGroupStrategy(GroupStrategy strategy)
Allows to use a custom GroupStrategy to control how to group lines.
-