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 OutgoingExchangeMetadataOutgoingExchangeMetadata. putProperty(String name, Object value)OutgoingExchangeMetadataOutgoingExchangeMetadata. removeProperty(String name)OutgoingExchangeMetadataOutgoingExchangeMetadata. setExchangePattern(org.apache.camel.ExchangePattern pattern) 
 -