Uses of Interface
de.codecentric.reedelk.runtime.api.message.content.TypedContent
-
Packages that use TypedContent Package Description de.codecentric.reedelk.runtime.api.message de.codecentric.reedelk.runtime.api.message.content -
-
Uses of TypedContent in de.codecentric.reedelk.runtime.api.message
Methods in de.codecentric.reedelk.runtime.api.message with type parameters of type TypedContent Modifier and Type Method Description <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,StreamType,U extends TypedContent<T,StreamType>>
UMessageDefault. content()<T,StreamType,U extends TypedContent<T,StreamType>>
UMessage. getContent()<T,StreamType,U extends TypedContent<T,StreamType>>
UMessageDefault. getContent()Methods in de.codecentric.reedelk.runtime.api.message with parameters of type TypedContent Modifier and Type Method Description MessageBuilderMessageBuilder. withTypedContent(TypedContent<?,?> typedContent) -
Uses of TypedContent in de.codecentric.reedelk.runtime.api.message.content
Classes in de.codecentric.reedelk.runtime.api.message.content that implement TypedContent Modifier and Type Class Description classByteArrayContentclassEmptyContentclassListContent<StreamType>classObjectContent<ItemType>classStringContent
-