Uses of Class
io.smallrye.reactive.messaging.Messages.MessageChainBuilder
Packages that use Messages.MessageChainBuilder
-
Uses of Messages.MessageChainBuilder in io.smallrye.reactive.messaging
Methods in io.smallrye.reactive.messaging that return Messages.MessageChainBuilderModifier and TypeMethodDescriptionstatic Messages.MessageChainBuilderChains the given message with some other messages.Messages.MessageChainBuilder.withMetadata(Class<?>... mc) Copy the given metadata of the given classes from the initial message to the chained message, if the initial message does not include a metadata object of the given class.Messages.MessageChainBuilder.withoutMetadata()Do not copy any metadata from the initial message to the chained message.Messages.MessageChainBuilder.withoutMetadata(Class<?>... mc) Do not the given metadata of the given classes from the initial message to the chained message, if the initial message does not include a metadata object of the given class.