Uses of Class
io.smallrye.reactive.messaging.camel.OutgoingExchangeMetadata
-
Packages that use OutgoingExchangeMetadata Package Description io.smallrye.reactive.messaging.camel -
-
Uses of OutgoingExchangeMetadata in io.smallrye.reactive.messaging.camel
Methods in io.smallrye.reactive.messaging.camel that return OutgoingExchangeMetadata Modifier and Type Method Description OutgoingExchangeMetadata
OutgoingExchangeMetadata. putProperty(String name, Object value)
OutgoingExchangeMetadata
OutgoingExchangeMetadata. removeProperty(String name)
OutgoingExchangeMetadata
OutgoingExchangeMetadata. setExchangePattern(org.apache.camel.ExchangePattern pattern)
-