Uses of Interface
org.apache.camel.builder.component.dsl.DirectVmComponentBuilderFactory.DirectVmComponentBuilder
Packages that use DirectVmComponentBuilderFactory.DirectVmComponentBuilder
-
Uses of DirectVmComponentBuilderFactory.DirectVmComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return DirectVmComponentBuilderFactory.DirectVmComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.directVm()Direct VM (camel-directvm) Call another endpoint from any Camel Context in the same JVM synchronously. -
Uses of DirectVmComponentBuilderFactory.DirectVmComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement DirectVmComponentBuilderFactory.DirectVmComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return DirectVmComponentBuilderFactory.DirectVmComponentBuilderModifier and TypeMethodDescriptionDirectVmComponentBuilderFactory.DirectVmComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.DirectVmComponentBuilderFactory.DirectVmComponentBuilder.block(boolean block) If sending a message to a direct endpoint which has no active consumer, then we can tell the producer to block and wait for the consumer to become active.DirectVmComponentBuilderFactory.DirectVmComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.DirectVmComponentBuilderFactory.directVm()Direct VM (camel-directvm) Call another endpoint from any Camel Context in the same JVM synchronously.DirectVmComponentBuilderFactory.DirectVmComponentBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) Sets a HeaderFilterStrategy that will only be applied on producer endpoints (on both directions: request and response).DirectVmComponentBuilderFactory.DirectVmComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).DirectVmComponentBuilderFactory.DirectVmComponentBuilder.propagateProperties(boolean propagateProperties) Whether to propagate or not properties from the producer side to the consumer side, and vice versa.DirectVmComponentBuilderFactory.DirectVmComponentBuilder.timeout(long timeout) The timeout value to use if block is enabled.