Uses of Class
de.codecentric.reedelk.runtime.api.annotation.TypeFunction
-
-
Uses of TypeFunction in de.codecentric.reedelk.runtime.api.annotation
Methods in de.codecentric.reedelk.runtime.api.annotation that return TypeFunction Modifier and Type Method Description TypeFunction[]value() -
Uses of TypeFunction in de.codecentric.reedelk.runtime.api.exception
Methods in de.codecentric.reedelk.runtime.api.exception with annotations of type TypeFunction Modifier and Type Method Description StringExceptionType. toString() -
Uses of TypeFunction in de.codecentric.reedelk.runtime.api.message
Methods in de.codecentric.reedelk.runtime.api.message with annotations of type TypeFunction 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.booleanMessageAttributes. contains(String attributeName)<T,StreamType,U extends TypedContent<T,StreamType>>
UMessage. content()This is a 'nice to have' method to make getting the content more readable from the Script language e.g.<T extends Serializable>
TMessageAttributes. get(String attributeName)<T> TMessage. payload()Returns the message payload. -
Uses of TypeFunction in de.codecentric.reedelk.runtime.api.message.content
Methods in de.codecentric.reedelk.runtime.api.message.content with annotations of type TypeFunction Modifier and Type Method Description Map<String,String>Attachment. attributes()voidTypedContent. consume()Consumes the stream payload if it has not been consumed yet.byte[]Attachment. data()TTypedContent. data()List<String>MimeType. fileExtensions()booleanTypedContent. isStream()MimeTypeAttachment. mimeType()MimeTypeTypedContent. mimeType()StringAttachment. name()StringMimeType. primaryType()Class<StreamType>TypedContent. streamType()StringMimeType. subType()Class<T>TypedContent. type()
-