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 GroupStrategyModifier and TypeClassDescriptionclassA default GroupStrategy that just group the lines by returning the lines as a list as-isMethods in org.apache.camel.component.stream that return GroupStrategyMethods in org.apache.camel.component.stream with parameters of type GroupStrategyModifier and TypeMethodDescriptionvoidStreamEndpoint.setGroupStrategy(GroupStrategy strategy) Allows to use a custom GroupStrategy to control how to group lines.