Interface BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder

  • All Superinterfaces:
    org.apache.camel.builder.EndpointProducerBuilder, org.apache.camel.EndpointProducerResolver
    Enclosing interface:
    BeanEndpointBuilderFactory

    public static interface BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder
    extends org.apache.camel.builder.EndpointProducerBuilder
    Advanced builder for endpoint for the Bean component.
    • Method Detail

      • parameters

        default BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder parameters​(String key,
                                                                                  Object value)
        Used for configuring additional properties on the bean. The option is a: <code>java.util.Map&lt;java.lang.String, java.lang.Object&gt;</code> type. The option is multivalued, and you can use the parameters(String, Object) method to add a value (call the method multiple times to set more values). Group: advanced
        Parameters:
        key - the option key
        value - the option value
        Returns:
        the dsl builder
      • parameters

        default BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder parameters​(Map values)
        Used for configuring additional properties on the bean. The option is a: <code>java.util.Map&lt;java.lang.String, java.lang.Object&gt;</code> type. The option is multivalued, and you can use the parameters(String, Object) method to add a value (call the method multiple times to set more values). Group: advanced
        Parameters:
        values - the values
        Returns:
        the dsl builder