Uses of Class
de.codecentric.reedelk.runtime.api.message.MessageAttributes
-
Packages that use MessageAttributes Package Description de.codecentric.reedelk.runtime.api.annotation de.codecentric.reedelk.runtime.api.commons de.codecentric.reedelk.runtime.api.message -
-
Uses of MessageAttributes in de.codecentric.reedelk.runtime.api.annotation
Subclasses of MessageAttributes in de.codecentric.reedelk.runtime.api.annotation Modifier and Type Class Description static classComponentOutput.PreviousComponentMethods in de.codecentric.reedelk.runtime.api.annotation that return types with arguments of type MessageAttributes Modifier and Type Method Description Class<? extends MessageAttributes>[]attributes() -
Uses of MessageAttributes in de.codecentric.reedelk.runtime.api.commons
Methods in de.codecentric.reedelk.runtime.api.commons that return MessageAttributes Modifier and Type Method Description static MessageAttributesAttributesUtils. merge(List<Message> messages)Merges the attributes from all the input messages into one single collection. -
Uses of MessageAttributes in de.codecentric.reedelk.runtime.api.message
Methods in de.codecentric.reedelk.runtime.api.message that return MessageAttributes Modifier and Type Method Description MessageAttributesMessage. attributes()This is a 'nice to have' method to make getting the attributes more readable from the Script language e.g.MessageAttributesMessageDefault. attributes()MessageAttributesMessage. getAttributes()This method is needed by Script engine to access this object's properties.MessageAttributesMessageDefault. getAttributes()Methods in de.codecentric.reedelk.runtime.api.message with parameters of type MessageAttributes Modifier and Type Method Description MessageBuilderMessageBuilder. attributes(MessageAttributes attributes)
-