public class OutgoingExchangeMetadata extends Object
Constructor and Description |
---|
OutgoingExchangeMetadata() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.ExchangePattern |
getExchangePattern() |
Map<String,Object> |
getProperties() |
OutgoingExchangeMetadata |
putProperty(String name,
Object value) |
OutgoingExchangeMetadata |
removeProperty(String name) |
OutgoingExchangeMetadata |
setExchangePattern(org.apache.camel.ExchangePattern pattern) |
public OutgoingExchangeMetadata putProperty(String name, Object value)
public OutgoingExchangeMetadata removeProperty(String name)
public OutgoingExchangeMetadata setExchangePattern(org.apache.camel.ExchangePattern pattern)
public org.apache.camel.ExchangePattern getExchangePattern()
Copyright © 2018–2021 SmallRye. All rights reserved.