Class CamelConnectorOutgoingConfiguration
- java.lang.Object
-
- io.smallrye.reactive.messaging.camel.CamelConnectorCommonConfiguration
-
- io.smallrye.reactive.messaging.camel.CamelConnectorOutgoingConfiguration
-
public class CamelConnectorOutgoingConfiguration extends CamelConnectorCommonConfiguration
Extract the outgoing configuration for thesmallrye-camelconnector.
-
-
Field Summary
-
Fields inherited from class io.smallrye.reactive.messaging.camel.CamelConnectorCommonConfiguration
config
-
-
Constructor Summary
Constructors Constructor Description CamelConnectorOutgoingConfiguration(org.eclipse.microprofile.config.Config config)Creates a new CamelConnectorOutgoingConfiguration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetMerge()Gets the merge value from the configuration.voidvalidate()-
Methods inherited from class io.smallrye.reactive.messaging.camel.CamelConnectorCommonConfiguration
config, getChannel, getEndpointUri, getFromAlias, getFromAliasWithDefaultValue
-
-
-
-
Method Detail
-
getMerge
public Boolean getMerge()
Gets the merge value from the configuration. Attribute Name: merge Description: Whether the connector should allow multiple upstreams Default Value: false- Returns:
- the merge
-
validate
public void validate()
- Overrides:
validatein classCamelConnectorCommonConfiguration
-
-