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-camel
connector.
-
-
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 Boolean
getMerge()
Gets the merge value from the configuration.void
validate()
-
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:
validate
in classCamelConnectorCommonConfiguration
-
-