Class AttributesUtils
- java.lang.Object
-
- de.codecentric.reedelk.runtime.api.commons.AttributesUtils
-
public class AttributesUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MessageAttributesmerge(List<Message> messages)Merges the attributes from all the input messages into one single collection.
-
-
-
Method Detail
-
merge
public static MessageAttributes merge(List<Message> messages)
Merges the attributes from all the input messages into one single collection.
-
-