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 classDefaultGroupStrategyA 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 GroupStrategyStreamEndpoint. getGroupStrategy()Methods in org.apache.camel.component.stream with parameters of type GroupStrategy Modifier and Type Method Description voidStreamEndpoint. setGroupStrategy(GroupStrategy strategy)Allows to use a custom GroupStrategy to control how to group lines.
-