Uses of Interface
org.apache.camel.builder.endpoint.dsl.SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointProducerBuilder
Packages that use SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointProducerBuilder
-
Uses of SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Spring RabbitMQ component.Methods in org.apache.camel.builder.endpoint.dsl that return SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointProducerBuilderModifier and TypeMethodDescriptionSpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.advanced()SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointProducerBuilder.args(String key, Object value) Specify arguments for configuring the different RabbitMQ concepts, a different prefix is required for each element: arg.consumer.Specify arguments for configuring the different RabbitMQ concepts, a different prefix is required for each element: arg.consumer.SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointProducerBuilder.messageConverter(String messageConverter) To use a custom MessageConverter so you can be in control how to map to/from a org.springframework.amqp.core.Message.SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointProducerBuilder.messageConverter(org.springframework.amqp.support.converter.MessageConverter messageConverter) To use a custom MessageConverter so you can be in control how to map to/from a org.springframework.amqp.core.Message.SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointProducerBuilder.messagePropertiesConverter(String messagePropertiesConverter) To use a custom MessagePropertiesConverter so you can be in control how to map to/from a org.springframework.amqp.core.MessageProperties.SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointProducerBuilder.messagePropertiesConverter(org.apache.camel.component.springrabbit.MessagePropertiesConverter messagePropertiesConverter) To use a custom MessagePropertiesConverter so you can be in control how to map to/from a org.springframework.amqp.core.MessageProperties.SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointProducerBuilder.synchronous(boolean synchronous) Sets whether synchronous processing should be strictly used.SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointProducerBuilder.synchronous(String synchronous) Sets whether synchronous processing should be strictly used.