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 the smallrye-camel connector.
  • Constructor Details

    • CamelConnectorOutgoingConfiguration

      public CamelConnectorOutgoingConfiguration(org.eclipse.microprofile.config.Config config)
      Creates a new CamelConnectorOutgoingConfiguration.
  • Method Details

    • 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 class CamelConnectorCommonConfiguration